Remove rules for autoconf'ing files from top-level Makefile
authorBrian Gaeke <gaeke@uiuc.edu>
Sun, 8 Feb 2004 07:44:30 +0000 (07:44 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Sun, 8 Feb 2004 07:44:30 +0000 (07:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11185 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index 559cdfe8dd61b8957c78063d2d3566d89f9e0585..4cbf53a8f07c9893d4745841299461e07856a2c0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,6 @@ ifneq ($(MAKECMDGOALS),tools-only)
 DIRS += runtime
 endif
 
-
 include $(LEVEL)/Makefile.common
 
 test :: all
@@ -29,12 +28,6 @@ distclean:: clean
 
 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