diff options
author | Roland McGrath <roland@gnu.org> | 2004-07-21 23:14:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-07-21 23:14:37 +0000 |
commit | 58c2859f14926dd965499eecdd4b9a41e0a1871b (patch) | |
tree | 449931f450aa489f486ffa92231898716fcf9e9f /nptl/Makefile | |
parent | 2ed2dc184687ed609f7223bb5e9b30712742e876 (diff) | |
download | glibc-58c2859f14926dd965499eecdd4b9a41e0a1871b.tar.gz glibc-58c2859f14926dd965499eecdd4b9a41e0a1871b.tar.xz glibc-58c2859f14926dd965499eecdd4b9a41e0a1871b.zip |
2004-07-21 Roland McGrath <roland@redhat.com>
* Makefile ($(objpfx)multidir.mk): Use $(make-target-directory).
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index a723e8b884..e797f4d486 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -307,6 +307,7 @@ ifeq ($(build-shared),yes) # We do it once and save the result in a generated makefile. -include $(objpfx)multidir.mk $(objpfx)multidir.mk: $(common-objpfx)config.make + $(make-target-directory) dir=`$(CC) $(CFLAGS) $(CPPFLAGS) -print-multi-directory`; \ echo "multidir := $$dir" > $@T mv -f $@T $@ |