summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-12-22 22:18:14 +0000
committerRoland McGrath <roland@redhat.com>1993-12-22 22:18:14 +0000
commitc9f149173f023fee893f6781b3dfe2188c8d24de (patch)
tree19b205bed882b28b3b510911fbdcc05b607bf1e4
parent9ee5e4d17d48e1c5ecb345d58eed0df56ad7bdb2 (diff)
downloadgunmake-c9f149173f023fee893f6781b3dfe2188c8d24de.tar.gz
Formerly GNUmakefile.~112~
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index d02c813..070cc9e 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -162,7 +162,8 @@ ifeq ($(mkdep),$(mkdep-nolib))
nolib-deps = $(depfiles)
else
%.dep: %.c
- $(mkdep-nolib) $< | sed -e 's,$*\.o,$(@:.dep=.o) $@,' > $@
+ $(mkdep-nolib) $< | sed -e 's,$*\.o,$(@:.dep=.o) $@,' > $(@:.dep=.dtm)
+ mv -f $(@:.dep=.dtm) $@
nolib-deps = $(patsubst $(archpfx)%,%,$(depfiles))
endif
# The distributed Makefile.in should contain deps for remote-stub only.