Small patch to also delete libsparse.so (SLIB_FILE) in "clean" target.
Regards,
Rui Saraiva
--- Makefile.orig 2005-02-22 01:15:50.000000000 +0000
+++ Makefile 2005-02-22 01:15:47.000000000 +0000
@@ -121,4 +121,4 @@
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
-
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html