diff options
author | Andreas Jaeger <aj@suse.de> | 2000-08-01 09:27:52 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-08-01 09:27:52 +0000 |
commit | 16fa8a0ee8dc38a7516c44e1245a01cf0c887401 (patch) | |
tree | 76b54bdd9df16d23fc6f7eaf824aa1f832da5a5b /stdio-common | |
parent | 68c685f91f9845563b35fda0f3edd8cf585a42e9 (diff) | |
download | glibc-16fa8a0ee8dc38a7516c44e1245a01cf0c887401.tar glibc-16fa8a0ee8dc38a7516c44e1245a01cf0c887401.tar.gz glibc-16fa8a0ee8dc38a7516c44e1245a01cf0c887401.tar.bz2 glibc-16fa8a0ee8dc38a7516c44e1245a01cf0c887401.zip |
* stdio-common/Makefile (distribute): Remove removed files, add
new files.
* include/db_185.h: Remove, it's not needed anymore.
* include/db.h: Likewise.
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 181c7ff54e..5fe4c7c3d8 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -45,7 +45,7 @@ endif install-others := $(inst_includedir)/bits/stdio_lim.h aux := errlist siglist -distribute := _itoa.h _itowa.h _i18n_itoa.h _i18n_itowa.h \ +distribute := _itoa.h _itowa.h _i18n_number.h \ printf-parse.h stdio_lim.h.in tst-unbputc.sh tst-printf.sh tests := tstscanf test_rdwr test-popen tstgetln test-fseek \ |