summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85362c8c2c..2eaa15b6bb 100644
--- a/Makefile
+++ b/Makefile
@@ -142,7 +142,13 @@ sc_check_copyright:
@./check-copyright
# Regenerate some files that are stored in the repository.
-regen: MODULES.html
+regen: build-aux/bootstrap MODULES.html
+
+# build-aux/bootstrap needs to be regenerated from top/bootstrap*.
+build-aux/bootstrap: top/gen-bootstrap.sed top/bootstrap top/bootstrap-funclib.sh
+ sed -f top/gen-bootstrap.sed < top/bootstrap > build-aux/bootstrap-tmp
+ chmod a+x build-aux/bootstrap-tmp
+ mv build-aux/bootstrap-tmp build-aux/bootstrap
# MODULES.html is periodically being generated and copied to the web pages at
# :ext:USER@cvs.savannah.gnu.org:/web/gnulib/gnulib/