Skip to content

Commit

Permalink
Fix typo in stdio_lim.h installation rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Aug 27, 2002
1 parent f6e2ae7 commit 8237191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion stdio-common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8237191

Please sign in to comment.