Formerly GNUmakefile.~80~
authorRoland McGrath <roland@redhat.com>
Sun, 25 Oct 1992 02:43:22 +0000 (02:43 +0000)
committerRoland McGrath <roland@redhat.com>
Sun, 25 Oct 1992 02:43:22 +0000 (02:43 +0000)
GNUmakefile

index a6a7759..75eb2d6 100644 (file)
@@ -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