From d46811bc3eecd461d20f8f4e88b7dcf61e948481 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Sun, 8 Feb 2004 07:44:30 +0000 Subject: [PATCH] Remove rules for autoconf'ing files from top-level Makefile llvm-svn: 11185 --- Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile b/Makefile index 559cdfe8dd6..4cbf53a8f07 100644 --- 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