[llvm-commits] CVS: llvm/Makefile

Brian Gaeke gaeke at cs.uiuc.edu
Tue Oct 7 18:45:01 PDT 2003


Changes in directory llvm:

Makefile updated: 1.9 -> 1.10

---
Log message:

Add rule for regenerating config.h.in using autoheader.


---
Diffs of the changes:  (+5 -1)

Index: llvm/Makefile
diff -u llvm/Makefile:1.9 llvm/Makefile:1.10
--- llvm/Makefile:1.9	Tue Oct  7 12:12:11 2003
+++ llvm/Makefile	Tue Oct  7 18:44:10 2003
@@ -15,7 +15,11 @@
 	                  $(LEVEL)/TAGS
 
 AUTOCONF = autoconf
+AUTOHEADER = autoheader
 
-configure: autoconf/configure.ac
+configure: autoconf/configure.ac autoconf/aclocal.m4
 	cd autoconf && $(AUTOCONF) -o ../configure configure.ac
+
+include/Config/config.h.in: autoconf/configure.ac autoconf/aclocal.m4
+	autoheader -I autoconf autoconf/configure.ac
 





More information about the llvm-commits mailing list