From 024944df2b3eb38a392e1d5a6adbff4fc6fa17ab Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Sun, 30 May 1999 02:25:26 +0000 Subject: [PATCH] whatever, the patch that should have applied but didn't git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1713 57a11ea4-9604-0410-9ed3-97b8803252fd --- lib/Makefile.in | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index 072dbf0788..00689b4695 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -52,23 +52,24 @@ all: # definitions of *_SRCS, etc., but before the usage of *_OBJS. include @top_srcdir@/Makefile.common -motif: +g-wrap-install: + (cd g-wrap && make) + (cd g-wrap && make install) +TRASH += g-wrap-install + + +motif: g-wrap-install @cd ComboBox-1.33; $(MAKE) default @cd Xbae-4.6.2-linas; $(MAKE) default - @cd g-wrap; $(MAKE) all - @cd g-wrap; $(MAKE) install -gnome: +gnome: g-wrap-install @cd ${GTKSHEET_DIR}; $(MAKE) default @cd gtkfilesel2; $(MAKE) default - @cd g-wrap; $(MAKE) all - @cd g-wrap; $(MAKE) install -qt: - @cd g-wrap; $(MAKE) all - @cd g-wrap; $(MAKE) install +qt: g-wrap-install + -.PHONY: gnome motif qt +.PHONY: gnome motif qt g-wrap-install # Local Variables: # tab-width: 2