forked from OSchip/llvm-project
Add target to regenerate top-level "configure" script.
llvm-svn: 8927
This commit is contained in:
parent
6be9bd713a
commit
ce6ade1c03
|
@ -14,3 +14,8 @@ distclean:: clean
|
|||
$(LEVEL)/config.log \
|
||||
$(LEVEL)/TAGS
|
||||
|
||||
AUTOCONF = autoconf
|
||||
|
||||
configure: autoconf/configure.ac
|
||||
cd autoconf && $(AUTOCONF) -o ../configure configure.ac
|
||||
|
||||
|
|
Loading…
Reference in New Issue