diff options
| author | Alan Conway <aconway@apache.org> | 2007-08-09 17:43:14 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-08-09 17:43:14 +0000 |
| commit | 05dc293dc161f555b0bbf22926d94d1b789c39b3 (patch) | |
| tree | 9b108e6b8493afad7c0583522a604c92c88a56ca /qpid/cpp/bootstrap | |
| parent | 4d439cd1d8d69272dcf633d73545d59433b6fc8e (diff) | |
| download | qpid-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-x | qpid/cpp/bootstrap | 3 |
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 |
