diff options
author | Roland McGrath <roland@gnu.org> | 2003-05-03 09:08:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-05-03 09:08:21 +0000 |
commit | e65a56bb1b6994aeeabc84330ebc3b1027bd74a7 (patch) | |
tree | f51f0b3637651d46a2891f05f798decbd4ffe159 /stdio-common | |
parent | d382d62e729c2d724483dd63ae7e8b4b1cfb4ffe (diff) | |
download | glibc-e65a56bb1b6994aeeabc84330ebc3b1027bd74a7.tar glibc-e65a56bb1b6994aeeabc84330ebc3b1027bd74a7.tar.gz glibc-e65a56bb1b6994aeeabc84330ebc3b1027bd74a7.tar.bz2 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 |