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

Part of PR 181
This commit is contained in:
Richard Levitte 2002-07-31 13:49:22 +00:00
parent d5f71f40a5
commit f8acaa92ec

View file

@ -677,7 +677,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: