summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-02-08 07:44:30 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-02-08 07:44:30 +0000
commit59932233c60fb8df343377c236f72d06ae9e1876 (patch)
treea4880a11100b98a9332b0754b9cd870ed4a1e031 /Makefile
parente1c09309f25d791ba4616ae6a1ac62acb7c85339 (diff)
Remove rules for autoconf'ing files from top-level Makefile
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11185 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 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