Fix typo in makefile.
[SXSI/libbp.git] / 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)