Formerly GNUmakefile.~112~
authorRoland McGrath <roland@redhat.com>
Wed, 22 Dec 1993 22:18:14 +0000 (22:18 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 22 Dec 1993 22:18:14 +0000 (22:18 +0000)
GNUmakefile

index d02c813..070cc9e 100644 (file)
@@ -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.