提交 e70a3983 编写于 作者: R Richard Levitte

Make sure to use $(MAKE) everywhere instead of make.

Part of PR 181
上级 ba251985
......@@ -732,7 +732,7 @@ install: all install_docs
done; \
( here="`pwd`"; \
cd $(INSTALL_PREFIX)$(INSTALLTOP)/lib; \
make -f $$here/Makefile link-shared ); \
$(MAKE) -f $$here/Makefile link-shared ); \
fi
install_docs:
......
......@@ -98,7 +98,7 @@ lib: $(LIBOBJ)
shared:
if [ -n "$(SHARED_LIBS)" ]; then \
(cd ..; make $(SHARED_LIB)); \
(cd ..; $(MAKE) $(SHARED_LIB)); \
fi
libs:
......
......@@ -65,7 +65,7 @@ lib: $(LIBOBJ)
shared:
if [ -n "$(SHARED_LIBS)" ]; then \
(cd ..; make $(SHARED_LIB)); \
(cd ..; $(MAKE) $(SHARED_LIB)); \
fi
files:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册