1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

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

llvm-svn: 11185
This commit is contained in:
Brian Gaeke 2004-02-08 07:44:30 +00:00
parent f549f9473e
commit d46811bc3e

View File

@ -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