fixes from Stephen Webb

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@989 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-08-12 04:39:12 +00:00
parent 60da932aab
commit a903e3a375

View File

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