mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-29 20:24:25 -06:00
* 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:
parent
cc0f0b205c
commit
5c311d702a
@ -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
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user