about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--linuxthreads/Makefile3
-rw-r--r--nptl/Makefile1
2 files changed, 3 insertions, 1 deletions
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile
index 2d8a254c40..d416aa5d38 100644
--- a/linuxthreads/Makefile
+++ b/linuxthreads/Makefile
@@ -86,6 +86,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 $@
@@ -308,7 +309,7 @@ $(objpfx)$(multidir)/crtn.o: $(objpfx)crtn.o $(objpfx)$(multidir)
 	ln -f $< $@
 endif
 
-generated += crti.S crtn.S defs.h pt-initfini.s libpthread_nonshared.a 
+generated += crti.S crtn.S defs.h pt-initfini.s libpthread_nonshared.a
 endif
 
 ifeq (yes,$(build-static-nss))
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 $@