[llvm-commits] CVS: poolalloc/Makefile
John Criswell
criswell at cs.uiuc.edu
Tue Aug 12 11:01:00 PDT 2003
Changes in directory poolalloc:
Makefile updated: 1.1.1.1 -> 1.2
---
Log message:
Added the distclean target.
---
Diffs of the changes:
Index: poolalloc/Makefile
diff -u poolalloc/Makefile:1.1.1.1 poolalloc/Makefile:1.2
--- poolalloc/Makefile:1.1.1.1 Mon Aug 11 16:29:15 2003
+++ poolalloc/Makefile Tue Aug 12 11:00:47 2003
@@ -24,3 +24,6 @@
#
include $(LEVEL)/Makefile.common
+distclean:: clean
+ ${RM} -f Makefile.common Makefile.config
+
More information about the llvm-commits
mailing list