From 855dba3ccb9904806cb4b6ee3208056cac20521a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 14 May 2003 23:26:21 +0000 Subject: [PATCH] Update. 2003-05-14 Ulrich Drepper * Makefile ($(objpfx)$(multidir)): Add rule to create the directory. --- nptl/ChangeLog | 4 ++++ nptl/Makefile | 2 ++ 2 files changed, 6 insertions(+) diff --git a/nptl/ChangeLog b/nptl/ChangeLog index c641080..a94c44e 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 e231c9d..a166dda 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 -- 2.7.4