diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-02-21 19:21:58 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:06:28 -0700 |
| commit | ecfc8694efb47cc7a4697bccd44ed8b73c33c270 (patch) | |
| tree | 62890a96fdbbe1e04ed9d4fdbd98db0ded602244 /Makefile | |
| parent | 6f593900adbe226fbf55d5095d20e15c8fbc2304 (diff) | |
| download | sparse-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
