diff options
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index f7d65d8..49f9ddb 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -61,10 +61,7 @@ CFLAGS-scanf7.c = -Wno-format CFLAGS-tst-printfsz.c = -Wno-format $(inst_includedir)/bits/stdio_lim.h: $(common-objpfx)bits/stdio_lim.h - $(make-target-directory) - if test -r $@ && cmp -s $< $@; \ - then echo 'gnu/lib-names.h unchanged'; \ - else $(INSTALL_DATA) $< $@; fi + $(do-install) ifeq ($(stdio),libio) ifneq (,$(filter %REENTRANT, $(defines))) |