diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-02-08 07:44:30 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-02-08 07:44:30 +0000 |
commit | 4f99c4f75fd4c086ba9a089e3e0b447984232f02 (patch) | |
tree | 4f9703d1846e46bc7043f30aaf8ab3b0e0b71e0d | |
parent | 476488e669790e2c4a47484c36f9a0681f71361c (diff) | |
download | bcm5719-llvm-4f99c4f75fd4c086ba9a089e3e0b447984232f02.tar.gz bcm5719-llvm-4f99c4f75fd4c086ba9a089e3e0b447984232f02.zip |
Remove rules for autoconf'ing files from top-level Makefile
llvm-svn: 11185
-rw-r--r-- | llvm/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/Makefile b/llvm/Makefile index 559cdfe8dd6..4cbf53a8f07 100644 --- a/llvm/Makefile +++ b/llvm/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 |