aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2015-09-02 13:37:03 -0700
committerAndrew Waterman <waterman@cs.berkeley.edu>2015-09-02 13:37:03 -0700
commit25acd5c8fd8167e70b9e272a802df3940435edc6 (patch)
treed5a38fe8972c86aab97cc3f350873234c1ab4589 /Makefile.in
parent89f4e2a9ef5b80effab2e437ddf5a0dff7bdbf58 (diff)
downloadriscv-pk-25acd5c8fd8167e70b9e272a802df3940435edc6.zip
riscv-pk-25acd5c8fd8167e70b9e272a802df3940435edc6.tar.gz
riscv-pk-25acd5c8fd8167e70b9e272a802df3940435edc6.tar.bz2
Don't automatically run autoconf
Run it yourself if you modify configure.ac, and commit the configure script.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.in b/Makefile.in
index 0c1a07e..108d19d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -356,15 +356,6 @@ endif
# Regenerate configure information
#-------------------------------------------------------------------------
-configure_prereq = \
- $(src_dir)/configure.ac \
- $(src_dir)/aclocal.m4 \
- $(join $(addprefix $(src_dir)/, $(sprojs_enabled)), \
- $(patsubst %, /%.ac, $(sprojs_enabled)))
-
-$(src_dir)/configure : $(configure_prereq)
- cd $(src_dir) && autoconf && autoheader
-
config.status : $(src_dir)/configure
./config.status --recheck