diff options
author | Roland McGrath <roland@gnu.org> | 2003-05-02 07:19:19 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-05-02 07:19:19 +0000 |
commit | d8f6e441e15bb3cfa4756c47cfd4c5a48e4f7f41 (patch) | |
tree | caaa6aaf3ed0b471711543b364a7e1a28ca5948e | |
parent | 81d4ffd3842e72e82e1a7a736a186f94da62f3b6 (diff) | |
download | glibc-d8f6e441e15bb3cfa4756c47cfd4c5a48e4f7f41.zip glibc-d8f6e441e15bb3cfa4756c47cfd4c5a48e4f7f41.tar.gz glibc-d8f6e441e15bb3cfa4756c47cfd4c5a48e4f7f41.tar.bz2 |
2003-05-02 Roland McGrath <roland@redhat.com>
* Makerules (do-stamp): Do $(make-target-directory).
-rw-r--r-- | Makerules | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |