[llvm-commits] CVS: llvm/Makefile

Brian Gaeke gaeke at gally.cs.uiuc.edu
Sun Feb 8 01:46:01 PST 2004


Changes in directory llvm:

Makefile updated: 1.19 -> 1.20

---
Log message:

Remove rules for autoconf'ing files from top-level Makefile


---
Diffs of the changes:  (+0 -7)

Index: llvm/Makefile
diff -u llvm/Makefile:1.19 llvm/Makefile:1.20
--- llvm/Makefile:1.19	Tue Feb  3 17:05:24 2004
+++ llvm/Makefile	Sun Feb  8 01:44:30 2004
@@ -14,7 +14,6 @@
 DIRS += runtime
 endif
 
-
 include $(LEVEL)/Makefile.common
 
 test :: all
@@ -28,12 +27,6 @@
 	                  $(LEVEL)/TAGS
 
 tools-only: all
-
-configure: autoconf/configure.ac autoconf/aclocal.m4
-	cd autoconf && aclocal && autoconf -o ../configure configure.ac
-
-include/Config/config.h.in: autoconf/configure.ac autoconf/aclocal.m4
-	autoheader -I autoconf autoconf/configure.ac
 
 # Install support for llvm include files:
 .PHONY: install-includes





More information about the llvm-commits mailing list