fix a touch problem

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1856 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1999-07-31 18:44:48 +00:00
parent e8493c4c5e
commit aefbdafcaf

View File

@ -57,6 +57,19 @@ g-wrap-install:
(cd g-wrap && make install)
TRASH += g-wrap-install
# this make dist is a quick hack to avoid build problems that
# # naive builders are suffering from. Doing a 'make dist' makes
# build problems go away.
dist:
touch g-wrap/aclocal.m4
touch g-wrap/configure.in
touch g-wrap/Makefile.in
touch g-wrap/doc/Makefile.in
touch g-wrap/configure
touch g-wrap/conf-h.in
touch g-wrap/stamp-h.in
chmod +x g-wrap/missing
motif: g-wrap-install
@cd ComboBox-1.33; $(MAKE) default
@ -69,7 +82,7 @@ gnome: g-wrap-install
qt: g-wrap-install
.PHONY: gnome motif qt g-wrap-install
.PHONY: gnome motif qt g-wrap-install dist
# Local Variables:
# tab-width: 2