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:58 +00:00
parent 2ead4a5df6
commit 450c73d98b
3 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -98,7 +98,7 @@ lib: $(LIBOBJ)
shared:
if [ -n "$(SHARED_LIBS)" ]; then \
(cd ..; make $(SHARED_LIB)); \
(cd ..; $(MAKE) $(SHARED_LIB)); \
fi
libs:

View file

@ -65,7 +65,7 @@ lib: $(LIBOBJ)
shared:
if [ -n "$(SHARED_LIBS)" ]; then \
(cd ..; make $(SHARED_LIB)); \
(cd ..; $(MAKE) $(SHARED_LIB)); \
fi
files: