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 | e3af86574fe0086b2dda2c628cf30d78b0b6a232 (patch) | |
| tree | 46c167b39cedb4f86f622c808bc9f8e0721e82b5 /cpp/bootstrap | |
| parent | eacba97aedd3765cf904d036b875655ef7eb346b (diff) | |
| download | qpid-python-e3af86574fe0086b2dda2c628cf30d78b0b6a232.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/qpid@564293 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bootstrap')
| -rwxr-xr-x | cpp/bootstrap | 3 |
1 files changed, 1 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 |
