diff options
author | Roland McGrath <roland@redhat.com> | 1993-12-22 22:18:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-12-22 22:18:14 +0000 |
commit | c9f149173f023fee893f6781b3dfe2188c8d24de (patch) | |
tree | 19b205bed882b28b3b510911fbdcc05b607bf1e4 | |
parent | 9ee5e4d17d48e1c5ecb345d58eed0df56ad7bdb2 (diff) | |
download | gunmake-c9f149173f023fee893f6781b3dfe2188c8d24de.tar.gz |
Formerly GNUmakefile.~112~
-rw-r--r-- | GNUmakefile | 3 |
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. |