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 | |
| 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')
| -rwxr-xr-x | cpp/bootstrap | 3 | ||||
| -rw-r--r-- | cpp/configure.ac | 2 |
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 |
