From: Roland McGrath Date: Thu, 22 Apr 1993 22:42:00 +0000 (+0000) Subject: Formerly GNUmakefile.~100~ X-Git-Tag: 3.70.2~304 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0986bb2c43147eb7da72234ca55be095bd68bb0e;p=thirdparty%2Fmake.git Formerly GNUmakefile.~100~ --- diff --git a/GNUmakefile b/GNUmakefile index 3bd6e26c..c39dfb75 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -160,13 +160,10 @@ nolib-deps = $(depfiles) else %.dep: %.c $(mkdep-nolib) $< | sed 's,$*\.o,$(@:.dep=.o) $@,' > $@ -ifdef archpfx -load.dep: load.c - $(mkdep-nolib) $(LOAD_AVG) $< | sed 's,$*\.o,& $@,' > $@ -endif nolib-deps = $(patsubst $(archpfx)%,%,$(depfiles)) endif -Makefile.in: compatMakefile $(nolib-deps) +# The distributed Makefile.in should contain deps for remote-stub only. +Makefile.in: compatMakefile $(nolib-deps:remote-%.dep=remote-stub.dep) (cat $<; \ echo '# Automatically generated dependencies.'; \ sed -e 's/ [^ ]*\.dep//' -e 's=$(archpfx)==' $(filter-out $<,$^) \