[Gnucash-changes] r12349 - gnucash/trunk - * lib/libqof/qof/Makefile.am: qofla-dir.h depends on Makefile.

Derek Atkins warlord at cvs.gnucash.org
Fri Jan 13 21:01:31 EST 2006


Author: warlord
Date: 2006-01-13 21:01:30 -0500 (Fri, 13 Jan 2006)
New Revision: 12349
Trac: http://svn.gnucash.org/trac/changeset/12349

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/lib/libqof/qof/Makefile.am
Log:
	* lib/libqof/qof/Makefile.am: qofla-dir.h depends on Makefile.
	  Make sure you rebuild qofla-dir.h when the Makefile changes,
	  which would imply re-configuration.  You never know, the
	  user might have changed --prefix which means you want to
	  rebuild the header.



Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-01-14 01:53:47 UTC (rev 12348)
+++ gnucash/trunk/ChangeLog	2006-01-14 02:01:30 UTC (rev 12349)
@@ -16,6 +16,12 @@
 
 	* configure.in: Properly set QOF_LIB_DIR et. al. for internal qof.
 
+	* lib/libqof/qof/Makefile.am: qofla-dir.h depends on Makefile.
+	  Make sure you rebuild qofla-dir.h when the Makefile changes,
+	  which would imply re-configuration.  You never know, the
+	  user might have changed --prefix which means you want to
+	  rebuild the header.
+
 2006-01-13  Neil Williams <linux at codehelp.co.uk>
 
 	* src/bin/test/test-version : Using Derek's fix to

Modified: gnucash/trunk/lib/libqof/qof/Makefile.am
===================================================================
--- gnucash/trunk/lib/libqof/qof/Makefile.am	2006-01-14 01:53:47 UTC (rev 12348)
+++ gnucash/trunk/lib/libqof/qof/Makefile.am	2006-01-14 02:01:30 UTC (rev 12349)
@@ -81,7 +81,7 @@
   qofla-dir.h.in \
   qofmath128.c
 
-qofla-dir.h: qofla-dir.h.in
+qofla-dir.h: qofla-dir.h.in Makefile
 	rm -f $@.tmp
 	sed < $< > $@.tmp \
                 -e 's:@-libdir-@:${QOFLIBdir}:g'



More information about the gnucash-changes mailing list