summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-27 16:23:40 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-27 16:23:40 +0000
commit823719149cbda0bf38e2868fc4f80fb7137b9374 (patch)
tree8e2fe525a85d99a64452fe99d299e8e77d964cea
parentf6e2ae779e1706fde7aa71529285dada36913de1 (diff)
Fix typo in stdio_lim.h installation rule.
-rw-r--r--Makefile1
-rw-r--r--stdio-common/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5cd5460f9f..1c40af0506 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \
diff --git a/stdio-common/Makefile b/stdio-common/Makefile
index eac05f6acb..5affef7f41 100644
--- a/stdio-common/Makefile
+++ b/stdio-common/Makefile
@@ -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)