mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-07 14:56:06 +00:00
(Makefile.in): Edit MAKE assignment into @SET_MAKE@.
This commit is contained in:
parent
6a7b0d623b
commit
ebe1ed2e49
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ nolib-deps = $(patsubst $(archpfx)%,%,$(depfiles))
|
||||||
endif
|
endif
|
||||||
# The distributed Makefile.in should contain deps for remote-stub only.
|
# The distributed Makefile.in should contain deps for remote-stub only.
|
||||||
Makefile.in: compatMakefile $(nolib-deps:remote-%.dep=remote-stub.dep)
|
Makefile.in: compatMakefile $(nolib-deps:remote-%.dep=remote-stub.dep)
|
||||||
(cat $<; \
|
(sed 's/^MAKE[ ]*=.*$$/@SET_MAKE@/' $<; \
|
||||||
echo '# Automatically generated dependencies.'; \
|
echo '# Automatically generated dependencies.'; \
|
||||||
sed -e 's/ [^ ]*\.dep//' -e 's=$(archpfx)==' $(filter-out $<,$^) \
|
sed -e 's/ [^ ]*\.dep//' -e 's=$(archpfx)==' $(filter-out $<,$^) \
|
||||||
) > $@
|
) > $@
|
||||||
|
|
Loading…
Reference in a new issue