* sysdeps/gnu/Makefile: Make sure the correct errlist.c file is
used when generating errlist-compat.c.
This commit is contained in:
parent
915a6c51c5
commit
fc3480d3ee
@ -1,3 +1,8 @@
|
|||||||
|
2005-12-19 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/gnu/Makefile: Make sure the correct errlist.c file is
|
||||||
|
used when generating errlist-compat.c.
|
||||||
|
|
||||||
2005-12-18 Ulrich Drepper <drepper@redhat.com>
|
2005-12-18 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* iconv/gconv.c: Demangle pointers before use if necessary.
|
* iconv/gconv.c: Demangle pointers before use if necessary.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 1996,1997,1998,1999,2001,2002,2003,2004
|
# Copyright (C) 1996,1997,1998,1999,2001,2002,2003,2004, 2005
|
||||||
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
||||||
# This file is part of the GNU C Library.
|
# This file is part of the GNU C Library.
|
||||||
|
|
||||||
@ -32,12 +32,14 @@ endif
|
|||||||
|
|
||||||
ifeq ($(subdir),stdio-common)
|
ifeq ($(subdir),stdio-common)
|
||||||
|
|
||||||
vpath errlist.c $(full_config_sysdirs)
|
errlist-c = $(firstword $(wildcard $(addsuffix /errlist.c, \
|
||||||
|
$(full_config_sysdirs) .)))
|
||||||
|
|
||||||
ifeq ($(versioning),yes)
|
ifeq ($(versioning),yes)
|
||||||
$(objpfx)errlist-compat.c: errlist.c $(..)sysdeps/gnu/errlist-compat.awk \
|
$(objpfx)errlist-compat.c: $(errlist-c) $(..)sysdeps/gnu/errlist-compat.awk \
|
||||||
$(common-objpfx)Versions.v.i $(before-compile)
|
$(common-objpfx)Versions.v.i $(before-compile)
|
||||||
else
|
else
|
||||||
$(objpfx)errlist-compat.c: errlist.c $(..)sysdeps/gnu/errlist-compat.awk \
|
$(objpfx)errlist-compat.c: $(errlist-c) $(..)sysdeps/gnu/errlist-compat.awk \
|
||||||
$(before-compile)
|
$(before-compile)
|
||||||
endif
|
endif
|
||||||
$(make-target-directory)
|
$(make-target-directory)
|
||||||
|
Loading…
Reference in New Issue
Block a user