mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Add rule for regenerating config.h.in using autoheader.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8957 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cbeedf73d4
commit
e9b509057b
6
Makefile
6
Makefile
@ -15,7 +15,11 @@ distclean:: clean
|
||||
$(LEVEL)/TAGS
|
||||
|
||||
AUTOCONF = autoconf
|
||||
AUTOHEADER = autoheader
|
||||
|
||||
configure: autoconf/configure.ac
|
||||
configure: autoconf/configure.ac autoconf/aclocal.m4
|
||||
cd autoconf && $(AUTOCONF) -o ../configure configure.ac
|
||||
|
||||
include/Config/config.h.in: autoconf/configure.ac autoconf/aclocal.m4
|
||||
autoheader -I autoconf autoconf/configure.ac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user