patch From: "David O'Brien" <obrien@NUXI.com>

fixes non-portable make invocation


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1925 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas
1999-08-24 06:11:41 +00:00
parent f59270c55f
commit 1490cb59e8

View File

@@ -53,8 +53,8 @@ all:
include @top_srcdir@/Makefile.common include @top_srcdir@/Makefile.common
g-wrap-install: g-wrap-install:
(cd g-wrap && make) (cd g-wrap && ${MAKE})
(cd g-wrap && make install) (cd g-wrap && ${MAKE} install)
TRASH += g-wrap-install TRASH += g-wrap-install
# this make dist is a quick hack to avoid build problems that # this make dist is a quick hack to avoid build problems that