projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bf3385
)
Add target to regenerate top-level "configure" script.
author
Brian Gaeke
<gaeke@uiuc.edu>
Tue, 7 Oct 2003 17:12:11 +0000
(17:12 +0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Tue, 7 Oct 2003 17:12:11 +0000
(17:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8927
91177308
-0d34-0410-b5e6-
96231b3b80d8
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 735ba5fe0ccccb0fe8033c6e2b4b804e1c40044e..46851a4e72db2f6bd3152e2f72786d145b7eb5a5 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-14,3
+14,8
@@
distclean:: clean
$(LEVEL)/config.log \
$(LEVEL)/TAGS
+AUTOCONF = autoconf
+
+configure: autoconf/configure.ac
+ cd autoconf && $(AUTOCONF) -o ../configure configure.ac
+