Add target to regenerate top-level "configure" script.

llvm-svn: 8927
This commit is contained in:
Brian Gaeke 2003-10-07 17:12:11 +00:00
parent 6be9bd713a
commit ce6ade1c03
1 changed files with 5 additions and 0 deletions

View File

@ -14,3 +14,8 @@ distclean:: clean
$(LEVEL)/config.log \
$(LEVEL)/TAGS
AUTOCONF = autoconf
configure: autoconf/configure.ac
cd autoconf && $(AUTOCONF) -o ../configure configure.ac