From 58c2859f14926dd965499eecdd4b9a41e0a1871b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 21 Jul 2004 23:14:37 +0000 Subject: 2004-07-21 Roland McGrath * Makefile ($(objpfx)multidir.mk): Use $(make-target-directory). --- nptl/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'nptl/Makefile') 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 $@ -- cgit v1.2.3