diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-12-03 10:17:07 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-12-03 10:17:07 +0000 |
commit | 2a561bf1e19f064e2f5689e961ea1f8e51bc14a0 (patch) | |
tree | 91e08d15ba52846a86a5b0d7a12dcb984c28ccd9 /sysdeps/gnu | |
parent | aa8a3b59b1603ce0855e5130cb060318c8e8c78d (diff) | |
download | glibc-2a561bf1e19f064e2f5689e961ea1f8e51bc14a0.tar.gz glibc-2a561bf1e19f064e2f5689e961ea1f8e51bc14a0.tar.xz glibc-2a561bf1e19f064e2f5689e961ea1f8e51bc14a0.zip |
Updated to fedora-glibc-20041203T0935
Diffstat (limited to 'sysdeps/gnu')
-rw-r--r-- | sysdeps/gnu/Makefile | 3 |
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'` \ |