Fix typo in makefile.
authorkim <kim@3cdefd35-fc62-479d-8e8d-bae585ffb9ca>
Mon, 13 Feb 2012 21:48:16 +0000 (21:48 +0000)
committerkim <kim@3cdefd35-fc62-479d-8e8d-bae585ffb9ca>
Mon, 13 Feb 2012 21:48:16 +0000 (21:48 +0000)
git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/bp@1213 3cdefd35-fc62-479d-8e8d-bae585ffb9ca

Makefile

index 8f555e2..ec8d5b2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ CC=gcc
 
 
 OBJECTS_BP=bp.o darray.o bpcore.o
-LIB_BP=libbpa.a
+LIB_BP=libbp.a
 
 all: depend $(LIB_BP)