mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 18:25:11 -06:00
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:
parent
60da932aab
commit
a903e3a375
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user