mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
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
This commit is contained in:
parent
e1c09309f2
commit
59932233c6
7
Makefile
7
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user