diff options
| author | rmps@joel.ist.utl.pt <rmps@joel.ist.utl.pt> | 2005-02-21 19:18:47 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:06:27 -0700 |
| commit | 6f593900adbe226fbf55d5095d20e15c8fbc2304 (patch) | |
| tree | 7ccb66172c880e15176a18d7c3dbce2143fafffe /Makefile | |
| parent | 0bdc502ea7dad220e30ed8a34f52f2dc70062321 (diff) | |
| download | sparse-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
