2003-05-02 Roland McGrath <roland@redhat.com>

* Makerules (do-stamp): Do $(make-target-directory).
This commit is contained in:
Roland McGrath 2003-05-02 07:19:19 +00:00
parent 81d4ffd384
commit d8f6e441e1
1 changed files with 1 additions and 0 deletions

View File

@ -728,6 +728,7 @@ define o-iterator-doit
$(objpfx)stamp$o: $(o-objects); $$(do-stamp)
endef
define do-stamp
$(make-target-directory)
echo '$(patsubst $(objpfx)%,$(addsuffix /,$(subdir))%,$^)' > $@T
mv -f $@T $@
endef