mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Add rule for regenerating config.h.in using autoheader.
llvm-svn: 8957
This commit is contained in:
parent
f8bed70df3
commit
c7b7956e94
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…
x
Reference in New Issue
Block a user