From 05dc293dc161f555b0bbf22926d94d1b789c39b3 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 9 Aug 2007 17:43:14 +0000 Subject: 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 --- qpid/cpp/bootstrap | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'qpid/cpp/bootstrap') 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 -- cgit v1.2.1