diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-31 09:43:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-31 09:43:13 +0000 |
commit | 9649be24d440adf284e7fc0c53b950a8fba2283d (patch) | |
tree | 2cff124bed01d869483a930fb630204bd3fa8390 /stdio-common/Makefile | |
parent | 1e05e2a9b40962ea6445bc1be2a79fdf5d622c12 (diff) | |
download | glibc-9649be24d440adf284e7fc0c53b950a8fba2283d.tar glibc-9649be24d440adf284e7fc0c53b950a8fba2283d.tar.gz glibc-9649be24d440adf284e7fc0c53b950a8fba2283d.tar.bz2 glibc-9649be24d440adf284e7fc0c53b950a8fba2283d.zip |
Update.
* stdio-common/Makefile (generated): Add errlist-compat.c.
* locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 5affef7f41..c32a2db428 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -38,6 +38,8 @@ routines := \ install-others = $(inst_includedir)/bits/stdio_lim.h +generated = errlist-compat.c + include ../Makeconfig aux := errlist siglist |