aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorrmps@joel.ist.utl.pt <rmps@joel.ist.utl.pt>2005-02-21 19:18:47 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:06:27 -0700
commit6f593900adbe226fbf55d5095d20e15c8fbc2304 (patch)
tree7ccb66172c880e15176a18d7c3dbce2143fafffe /Makefile
parent0bdc502ea7dad220e30ed8a34f52f2dc70062321 (diff)
downloadsparse-dev-6f593900adbe226fbf55d5095d20e15c8fbc2304.tar.gz
[PATCH] : "make clean" doesn't delete libsparse.so
Small patch to also delete libsparse.so (SLIB_FILE) in "clean" target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2907cdf7..0f201757 100644
--- a/Makefile
+++ b/Makefile
@@ -121,4 +121,4 @@ pre-process.h:
echo "#define GCC_INTERNAL_INCLUDE \"`$(CC) -print-file-name=include`\"" > pre-process.h
clean:
- rm -f *.[oasi] core core.[0-9]* $(PROGRAMS) pre-process.h
+ rm -f *.[oasi] core core.[0-9]* $(PROGRAMS) $(SLIB_FILE) pre-process.h