[llvm-commits] CVS: llvm/Makefile
John Criswell
criswell at cs.uiuc.edu
Fri Sep 17 08:08:38 PDT 2004
Changes in directory llvm:
Makefile updated: 1.29 -> 1.30
---
Log message:
Changed the distclean target to handle the new location of config.h.
---
Diffs of the changes: (+1 -1)
Index: llvm/Makefile
diff -u llvm/Makefile:1.29 llvm/Makefile:1.30
--- llvm/Makefile:1.29 Sun Aug 29 14:33:21 2004
+++ llvm/Makefile Fri Sep 17 10:08:25 2004
@@ -21,7 +21,7 @@
distclean:: clean
$(VERB) $(RM) -rf $(LEVEL)/Makefile.config \
- $(LEVEL)/include/Config/config.h \
+ $(LEVEL)/include/llvm/Config/config.h \
$(LEVEL)/autoconf/autom4te.cache \
$(LEVEL)/config.log \
$(LEVEL)/TAGS
More information about the llvm-commits
mailing list