* 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.



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12349 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2006-01-14 02:01:30 +00:00
parent cc0f0b205c
commit 5c311d702a
2 changed files with 7 additions and 1 deletions

View File

@ -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@codehelp.co.uk>
* src/bin/test/test-version : Using Derek's fix to

View File

@ -81,7 +81,7 @@ EXTRA_DIST = \
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'