From 1490cb59e8128ffeeecdeabdff0665fde153349e Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Tue, 24 Aug 1999 06:11:41 +0000 Subject: [PATCH] patch From: "David O'Brien" fixes non-portable make invocation git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1925 57a11ea4-9604-0410-9ed3-97b8803252fd --- lib/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index d660db7c4e..c4be547eaa 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -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