From faef34d020146aafaccefa36eda64cde93d97912 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 1 Dec 2004 19:44:39 +0000 Subject: [PATCH] * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Do $(make-target-directory). --- ChangeLog | 5 +++++ sysdeps/gnu/Makefile | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3ee1a56311..fecfdb851c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-12-01 Roland McGrath + + * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): + Do $(make-target-directory). + 2004-11-29 Roland McGrath * posix/confstr.c: Avoid punctuation in #error text. diff --git a/sysdeps/gnu/Makefile b/sysdeps/gnu/Makefile index 0fc33213ae..a0b3e6e420 100644 --- a/sysdeps/gnu/Makefile +++ b/sysdeps/gnu/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996,1997,1998,1999,2001,2002,2003 +# Copyright (C) 1996,1997,1998,1999,2001,2002,2003,2004 # Free Software Foundation, Inc. # This file is part of the GNU C Library. @@ -40,6 +40,7 @@ else $(objpfx)errlist-compat.c: errlist.c $(..)sysdeps/gnu/errlist-compat.awk \ $(before-compile) endif + $(make-target-directory) $(AWK) -v maxerr=`\ $(CC) -S $(CPPFLAGS) $(CFLAGS) -DNOT_IN_libc -DEMIT_ERR_MAX $< -o - \ | sed -n 's/^.*@@@[^0-9]*\([0-9]*\)[^0-9]*@@@.*$$/\1/p'` \