Fix typo in stdio_lim.h installation rule.

This commit is contained in:
Ulrich Drepper 2002-08-27 16:23:40 +00:00
parent f6e2ae779e
commit 823719149c
2 changed files with 2 additions and 1 deletions

View file

@ -258,6 +258,7 @@ distribute := README README.libm INSTALL FAQ FAQ.in NOTES NEWS BUGS \
test-skeleton.c include/des.h include/libc-internal.h \
include/shlib-compat.h include/pthread.h Versions.def \
cppflags-iterator.mk INTERFACE CONFORMANCE NAMESPACE \
LICENSES \
$(addprefix scripts/, \
rellns-sh config.sub config.guess \
mkinstalldirs move-if-change install-sh \

View file

@ -58,7 +58,7 @@ test-srcs = tst-unbputc tst-printf
include ../Rules
$(inst_includedir)/bits/stdio_lim.h: $(common-objpfx)bits/stdio_lim.f $(+force)
$(inst_includedir)/bits/stdio_lim.h: $(common-objpfx)bits/stdio_lim.h $(+force)
$(do-install)
ifeq ($(cross-compiling),no)