mirror of
https://github.com/mirror/make.git
synced 2025-01-01 07:50:52 +08:00
(Makefile.in): Edit MAKE assignment into @SET_MAKE@.
This commit is contained in:
parent
6a7b0d623b
commit
ebe1ed2e49
@ -172,7 +172,7 @@ nolib-deps = $(patsubst $(archpfx)%,%,$(depfiles))
|
||||
endif
|
||||
# The distributed Makefile.in should contain deps for remote-stub only.
|
||||
Makefile.in: compatMakefile $(nolib-deps:remote-%.dep=remote-stub.dep)
|
||||
(cat $<; \
|
||||
(sed 's/^MAKE[ ]*=.*$$/@SET_MAKE@/' $<; \
|
||||
echo '# Automatically generated dependencies.'; \
|
||||
sed -e 's/ [^ ]*\.dep//' -e 's=$(archpfx)==' $(filter-out $<,$^) \
|
||||
) > $@
|
||||
|
Loading…
Reference in New Issue
Block a user