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