diff options
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 2212df2745..e39155198b 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -21,7 +21,7 @@ # subdir := stdio-common -headers := printf.h stdio_ext.h +headers := printf.h stdio_ext.h bits/stdio_lim.h routines := \ ctermid cuserid \ @@ -42,8 +42,6 @@ ifeq ($(stdio),libio) routines += vfwprintf vfwscanf endif -install-others := $(inst_includedir)/bits/stdio_lim.h - aux := errlist siglist distribute := _itoa.h _itowa.h _i18n_number.h \ printf-parse.h stdio_lim.h.in tst-unbputc.sh tst-printf.sh @@ -86,9 +84,6 @@ tst-sscanf-ENV = LOCPATH=$(common-objpfx)localedata tst-swprintf-ENV = LOCPATH=$(common-objpfx)localedata test-vfprintf-ENV = LOCPATH=$(common-objpfx)localedata -$(inst_includedir)/bits/stdio_lim.h: $(common-objpfx)bits/stdio_lim.h - $(do-install) - ifeq ($(stdio),libio) ifneq (,$(filter %REENTRANT, $(defines))) CPPFLAGS += -D_IO_MTSAFE_IO |