diff options
Diffstat (limited to 'stdio-common/Makefile')
-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 \ |