From: Roland McGrath Date: Sun, 25 Oct 1992 02:43:22 +0000 (+0000) Subject: Formerly GNUmakefile.~80~ X-Git-Tag: 3.70.2~563 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deefc22d2f25f5046328585792058ad603251be3;p=thirdparty%2Fmake.git Formerly GNUmakefile.~80~ --- diff --git a/GNUmakefile b/GNUmakefile index a6a7759d..75eb2d64 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -168,13 +168,10 @@ Makefile.in: compatMakefile $(nolib-deps) .SUFFIXES: .dep # Maintain the automatically-generated dependencies. ifndef no_deps -include $(archpfx)depend -$(archpfx)depend: GNUmakefile compatMakefile - (for file in $(depfiles); \ - do echo include $$file; done) > $@ +include $(depfiles) +endif $(archpfx)%.dep: %.c $(mkdep) $< | sed 's,$*\.o,$(@:.dep=.o) $@,' > $@ -endif ETAGS = etags -T # for v19 etags