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 | |
| 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')
| -rwxr-xr-x | qpid/cpp/bootstrap | 3 | ||||
| -rw-r--r-- | qpid/cpp/configure.ac | 2 |
2 files changed, 3 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 diff --git a/qpid/cpp/configure.ac b/qpid/cpp/configure.ac index 49b7e5f298..3cb85c0637 100644 --- a/qpid/cpp/configure.ac +++ b/qpid/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 |
