From aefbdafcafd7be3e559e294646737cf22a1501b4 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Sat, 31 Jul 1999 18:44:48 +0000 Subject: [PATCH] fix a touch problem git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1856 57a11ea4-9604-0410-9ed3-97b8803252fd --- lib/Makefile.in | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index 531cac7741..267be3fff6 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -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