summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-12-01 19:44:39 +0000
committerRoland McGrath <roland@gnu.org>2004-12-01 19:44:39 +0000
commitfaef34d020146aafaccefa36eda64cde93d97912 (patch)
treeb306df9bcee0538ac3d42a39373a79be1c520729 /sysdeps
parentd37c140675f172ffe7cbbbeff02706c5071e53eb (diff)
* sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c):
Do $(make-target-directory).
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/gnu/Makefile3
1 files changed, 2 insertions, 1 deletions
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'` \