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:
parent
ca2b12feec
commit
b91734063f
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue