From fd3ce671e50b3ea980d56be4e9c2478c01d5827d Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Fri, 11 Sep 1998 07:02:06 +0000 Subject: [PATCH] fixes from rob git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1144 57a11ea4-9604-0410-9ed3-97b8803252fd --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index e7d69c143c..162758c8ce 100644 --- a/Makefile.in +++ b/Makefile.in @@ -95,6 +95,7 @@ distclean: clean rm -f gnucash gnucash.motif gnucash.motif.static \ gnucash.gnome gnucash.gnome.static gnucash.qt rm -f config.cache config.log config.status config.h + rm -f src/guile/path-defaults.h @cd lib; $(MAKE) distclean @cd src; $(MAKE) distclean @@ -128,7 +129,7 @@ install-opt: # stamp-install-opt-build, but that's somewhat messy too. gnucash.motif gnucash.motif.static gnucash.gnome gnucash.gnome.static: @echo Rebuilding binary to handle install site specific dependencies. - rm -f gnucash.${FLAVOR} + rm -f gnucash.${FLAVOR} src/guile/path-defaults.h ${MAKE} DOCDIR=${DOCDIR} BINDIR=${BINDIR} CONFIGDIR=${CONFIGDIR} \ SHAREDIR=${SHAREDIR} ${FLAVOR} .PHONY: gnucash.motif gnucash.motif.static gnucash.gnome gnucash.gnome.static