aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0f201757..b1dbb54a 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ LIB_OBJS= target.o parse.o tokenize.o pre-process.o symbol.o lib.o scope.o \
sort.o allocate.o compat-$(OS).o \
flow.o cse.o simplify.o memops.o liveness.o storage.o
-LIB_FILE= sparse.a
+LIB_FILE= libsparse.a
SLIB_FILE= libsparse.so
LIBS=$(LIB_FILE)