projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ee5e4d
)
Formerly GNUmakefile.~112~
author
Roland McGrath
<roland@redhat.com>
Wed, 22 Dec 1993 22:18:14 +0000
(22:18 +0000)
committer
Roland McGrath
<roland@redhat.com>
Wed, 22 Dec 1993 22:18:14 +0000
(22:18 +0000)
GNUmakefile
patch
|
blob
|
history
diff --git
a/GNUmakefile
b/GNUmakefile
index d02c813670ac2f16216b6bfc7ec323e7b2635958..070cc9e5ff161b8c00e072a4e9c4c38a6ec5c8b9 100644
(file)
--- 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.