summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/bootstrap3
-rw-r--r--cpp/configure.ac2
2 files changed, 3 insertions, 2 deletions
diff --git a/cpp/bootstrap b/cpp/bootstrap
index 978aab0968..2ecdefabd2 100755
--- a/cpp/bootstrap
+++ b/cpp/bootstrap
@@ -14,9 +14,8 @@ export JAVA JAVAC
perl -ne '/^(include |if |else|endif)/ or print' Makefile.am \
| make -f - abs_srcdir=`dirname $(pwd)` gen.mk > /dev/null )
-# Create initial empty Makefile include files, make will generate the real contents.
+# Create empty Makefile include files, make will generate the real contents.
touch src/rubygen.mk src/generate.mk
-
automake
autoconf
diff --git a/cpp/configure.ac b/cpp/configure.ac
index 49b7e5f298..3cb85c0637 100644
--- a/cpp/configure.ac
+++ b/cpp/configure.ac
@@ -178,3 +178,5 @@ AC_CONFIG_FILES([
])
AC_OUTPUT
+# Ensure Makefiles will be rebuilt when make first runs.
+touch src/rubygen.mk src/generate.mk