From: Ulrich Drepper Date: Wed, 14 May 2003 23:26:21 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~728 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=855dba3ccb9904806cb4b6ee3208056cac20521a;p=thirdparty%2Fglibc.git Update. 2003-05-14 Ulrich Drepper * Makefile ($(objpfx)$(multidir)): Add rule to create the directory. --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index c6410804c70..a94c44e2949 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2003-05-14 Ulrich Drepper + + * Makefile ($(objpfx)$(multidir)): Add rule to create the directory. + 2003-05-14 Jakub Jelinek * Makefile (crti-objs, crtn-objs): New variables. diff --git a/nptl/Makefile b/nptl/Makefile index e231c9de080..a166ddab430 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -225,6 +225,8 @@ generated-dirs := $(firstword $(subst /, , $(multidir))) crti-objs += $(multidir)/crti.o crtn-objs += $(multidir)/crtn.o omit-deps += $(multidir)/crti $(multidir)/crtn +$(objpfx)$(multidir): + mkdir $@ endif extra-objs += $(crti-objs) $(crtn-objs) omit-deps += crti crtn