From: Roland McGrath Date: Tue, 29 Mar 1994 00:13:58 +0000 (+0000) Subject: (Makefile.in): Edit MAKE assignment into @SET_MAKE@. X-Git-Tag: 3.70.2~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebe1ed2e49a4717b145a87b656b5b3b6caf2e3a5;p=thirdparty%2Fmake.git (Makefile.in): Edit MAKE assignment into @SET_MAKE@. --- diff --git a/GNUmakefile b/GNUmakefile index cf3d1a34..5a7fe808 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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 $<,$^) \ ) > $@