When we want to give a -f argument to $(MAKE), we'd better make sure the

variable doesn't already contain a -f argument.
PR: 203, part 4
This commit is contained in:
Richard Levitte 2002-08-09 08:49:53 +00:00
parent ca2b12feec
commit b91734063f

View file

@ -677,7 +677,8 @@ install: all install_docs
done; \
( here="`pwd`"; \
cd $(INSTALL_PREFIX)$(INSTALLTOP)/lib; \
$(MAKE) -f $$here/Makefile link-shared ); \
set $(MAKE); \
$$1 -f $$here/Makefile link-shared ); \
fi
install_docs: