(Makefile.in): Edit MAKE assignment into @SET_MAKE@.

This commit is contained in:
Roland McGrath 1994-03-29 00:13:58 +00:00
parent 6a7b0d623b
commit ebe1ed2e49

View file

@ -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 $<,$^) \
) > $@ ) > $@