summaryrefslogtreecommitdiff
path: root/cpp/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/bootstrap')
-rwxr-xr-xcpp/bootstrap3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/bootstrap b/cpp/bootstrap
index d56ae5bef4..978aab0968 100755
--- a/cpp/bootstrap
+++ b/cpp/bootstrap
@@ -14,6 +14,9 @@ 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.
+touch src/rubygen.mk src/generate.mk
+
automake
autoconf