aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-02-21 19:21:58 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:06:28 -0700
commitecfc8694efb47cc7a4697bccd44ed8b73c33c270 (patch)
tree62890a96fdbbe1e04ed9d4fdbd98db0ded602244 /Makefile
parent6f593900adbe226fbf55d5095d20e15c8fbc2304 (diff)
downloadsparse-dev-ecfc8694efb47cc7a4697bccd44ed8b73c33c270.tar.gz
Name static library "libsparse.a" to match shared library naming
Also, if we want to use "-lsparse" to link the thing, that's the naming pattern we'd want, as pointed out by Jeff
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)