]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2003-05-02 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Fri, 2 May 2003 07:19:19 +0000 (07:19 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 2 May 2003 07:19:19 +0000 (07:19 +0000)
* Makerules (do-stamp): Do $(make-target-directory).

Makerules

index a9c21d688ec33006ad454659c7b784de4faed017..b8e7a9ef7edb0098523a2c9afecd00010fde137b 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -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