[llvm-commits] CVS: llvm/Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Tue Oct 7 12:13:05 PDT 2003
Changes in directory llvm:
Makefile updated: 1.8 -> 1.9
---
Log message:
Add target to regenerate top-level "configure" script.
---
Diffs of the changes: (+5 -0)
Index: llvm/Makefile
diff -u llvm/Makefile:1.8 llvm/Makefile:1.9
--- llvm/Makefile:1.8 Sun Oct 5 14:28:27 2003
+++ llvm/Makefile Tue Oct 7 12:12:11 2003
@@ -14,3 +14,8 @@
$(LEVEL)/config.log \
$(LEVEL)/TAGS
+AUTOCONF = autoconf
+
+configure: autoconf/configure.ac
+ cd autoconf && $(AUTOCONF) -o ../configure configure.ac
+
More information about the llvm-commits
mailing list