From a903e3a3759834e64b3a0ec661c184e48711acaf Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Wed, 12 Aug 1998 04:39:12 +0000 Subject: [PATCH] fixes from Stephen Webb git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@989 57a11ea4-9604-0410-9ed3-97b8803252fd --- lib/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index 9ec8e17117..a3cff888ad 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -24,6 +24,7 @@ # These three lines are suggested defs for autoconf (see the info pages). @SET_MAKE@ srcdir = @srcdir@ +top_srcdir = @top_srcdir@ VPATH = @srcdir@ ###################################################################### @@ -50,7 +51,7 @@ all: # This inclusion must come after the first target, and after the # definitions of *_SRCS, etc., but before the usage of *_OBJS. -include ../Makefile.common +include $(top_srcdir)/Makefile.common motif: @cd XmHTML-1.1.0; $(MAKE) default