[llvm-commits] [pre-11] CVS: llvm/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Aug 11 18:03:01 PDT 2003
Changes in directory llvm:
Makefile updated: 1.4.8.1 -> 1.4.8.2
---
Log message:
Added the TAGS file to the list of files to remove when distclean'ing.
---
Diffs of the changes:
Index: llvm/Makefile
diff -u llvm/Makefile:1.4.8.1 llvm/Makefile:1.4.8.2
--- llvm/Makefile:1.4.8.1 Mon Aug 11 18:00:23 2003
+++ llvm/Makefile Mon Aug 11 18:01:50 2003
@@ -11,5 +11,6 @@
$(VERB) $(RM) -rf $(LEVEL)/Makefile.config \
$(LEVEL)/include/Config/config.h \
$(LEVEL)/autoconf/autom4te.cache \
- $(LEVEL)/config.log
+ $(LEVEL)/config.log \
+ $(LEVEL)/TAGS
More information about the llvm-commits
mailing list