fixes from rob

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1144 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-09-11 07:02:06 +00:00
parent 34a6fb1845
commit fd3ce671e5

View File

@ -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