From f08e9a26299db1972cb29a7e84b40b0cc9866bf2 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 28 Feb 2014 13:00:27 -0800 Subject: Fix fallout from Joseph's untested Makeconfig change. --- nptl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/Makefile') diff --git a/nptl/Makefile b/nptl/Makefile index d568e5d34d..320facf8ea 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -338,7 +338,7 @@ $(objpfx)multidir.mk: $(common-objpfx)config.make crti-objs := crti.o crtn-objs := crtn.o ifneq (,$(patsubst .,,$(multidir))) -generated-dirs := $(firstword $(subst /, , $(multidir))) +generated-dirs += $(firstword $(subst /, , $(multidir))) crti-objs += $(multidir)/crti.o crtn-objs += $(multidir)/crtn.o $(objpfx)$(multidir): -- cgit 1.4.1