summaryrefslogtreecommitdiff
path: root/qpid/cpp/bootstrap
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-08-09 17:43:14 +0000
committerAlan Conway <aconway@apache.org>2007-08-09 17:43:14 +0000
commit05dc293dc161f555b0bbf22926d94d1b789c39b3 (patch)
tree9b108e6b8493afad7c0583522a604c92c88a56ca /qpid/cpp/bootstrap
parent4d439cd1d8d69272dcf633d73545d59433b6fc8e (diff)
downloadqpid-python-05dc293dc161f555b0bbf22926d94d1b789c39b3.tar.gz
Fix for make rpmbuild issue: Configure forces rebuild of src/Makefile by touching .mk include files.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@564293 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bootstrap')
-rwxr-xr-xqpid/cpp/bootstrap3
1 files changed, 1 insertions, 2 deletions
diff --git a/qpid/cpp/bootstrap b/qpid/cpp/bootstrap
index 978aab0968..2ecdefabd2 100755
--- a/qpid/cpp/bootstrap
+++ b/qpid/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