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
zzzoldreleases/1.4
Linas Vepstas 27 years ago
parent f59270c55f
commit 1490cb59e8

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

Loading…
Cancel
Save