diff options
author | 2003-05-03 09:08:21 +0000 | |
---|---|---|
committer | 2003-05-03 09:08:21 +0000 | |
commit | e65a56bb1b6994aeeabc84330ebc3b1027bd74a7 (patch) | |
tree | f51f0b3637651d46a2891f05f798decbd4ffe159 /stdio-common | |
parent | Update. (diff) | |
download | glibc-e65a56bb1b6994aeeabc84330ebc3b1027bd74a7.tar.xz glibc-e65a56bb1b6994aeeabc84330ebc3b1027bd74a7.zip |
2003-05-03 Roland McGrath <roland@redhat.com>
* sysdeps/gnu/Makefile (generated): Append errlist-compat.c here, ...
* stdio-common/Makefile: ... not here.
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 35273f1d30..1c34605f65 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -38,8 +38,6 @@ routines := \ install-others = $(inst_includedir)/bits/stdio_lim.h -generated = errlist-compat.c - include ../Makeconfig aux := errlist siglist |