Author: aconway
Date: Thu Jul 26 11:54:49 2007
New Revision: 559939

URL: http://svn.apache.org/viewvc?view=rev&rev=559939
Log:
Fix for code gen issues (again!)

Modified:
    incubator/qpid/trunk/qpid/cpp/bootstrap

Modified: incubator/qpid/trunk/qpid/cpp/bootstrap
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/bootstrap?view=diff&rev=559939&r1=559938&r2=559939
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/bootstrap (original)
+++ incubator/qpid/trunk/qpid/cpp/bootstrap Thu Jul 26 11:54:49 2007
@@ -14,6 +14,9 @@
   perl -ne '/^(include |if |else|endif)/ or print' Makefile.am \
       | make -f - abs_srcdir=`dirname $(pwd)` gen.mk > /dev/null )
 
+# Bootstrap generated code.
+(cd src; ./generate.sh)
+
 automake
 autoconf
 


Reply via email to