summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-10-25 02:43:22 +0000
committerRoland McGrath <roland@redhat.com>1992-10-25 02:43:22 +0000
commitdeefc22d2f25f5046328585792058ad603251be3 (patch)
treef0aed314fafb07221d4a0233cf47a378fb1b530a /GNUmakefile
parenta485ade0849e67bb11fd50acf065e856cc9d3abb (diff)
downloadgunmake-deefc22d2f25f5046328585792058ad603251be3.tar.gz
Formerly GNUmakefile.~80~
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/GNUmakefile b/GNUmakefile
index a6a7759..75eb2d6 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