[llvm-commits] CVS: llvm/Makefile

Brian Gaeke gaeke at cs.uiuc.edu
Wed Oct 8 16:39:01 PDT 2003


Changes in directory llvm:

Makefile updated: 1.10 -> 1.11

---
Log message:

I really meant to use that AUTOHEADER variable I put in there.


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

Index: llvm/Makefile
diff -u llvm/Makefile:1.10 llvm/Makefile:1.11
--- llvm/Makefile:1.10	Tue Oct  7 18:44:10 2003
+++ llvm/Makefile	Wed Oct  8 16:38:35 2003
@@ -21,5 +21,5 @@
 	cd autoconf && $(AUTOCONF) -o ../configure configure.ac
 
 include/Config/config.h.in: autoconf/configure.ac autoconf/aclocal.m4
-	autoheader -I autoconf autoconf/configure.ac
+	$(AUTOHEADER) -I autoconf autoconf/configure.ac
 





More information about the llvm-commits mailing list