Install bits/stdio_lim.h in install-headers.

This commit is contained in:
Joseph Myers 2012-03-09 22:05:49 +00:00
parent 90ad551f73
commit 4962050e97
3 changed files with 11 additions and 7 deletions

View file

@ -1,3 +1,10 @@
2012-03-09 Joseph Myers <joseph@codesourcery.com>
* Makerules ($(inst_includedir)/%.h): New rule.
* stdio-common/Makefile (headers): Add bits/stdio_lim.h.
(install-others): Remove variable setting.
($(inst_includedir)/bits/stdio_lim.h): Remove rule.
2012-03-08 Richard Henderson <rth@twiddle.net>
* sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert

View file

@ -1,4 +1,4 @@
# Copyright (C) 1991-2010, 2011 Free Software Foundation, Inc.
# Copyright (C) 1991-2012 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@ -1068,6 +1068,8 @@ ifdef headers
# headers in the sysdeps tree.
$(inst_includedir)/%.h: $(objpfx)%.h $(+force)
$(do-install)
$(inst_includedir)/%.h: $(common-objpfx)%.h $(+force)
$(do-install)
$(inst_includedir)/%.h: %.h $(+force)
$(do-install)
$(inst_includedir)/%.h: $(..)include/%.h $(+force)

View file

@ -20,7 +20,7 @@
#
subdir := stdio-common
headers := stdio_ext.h printf.h bits/printf-ldbl.h
headers := stdio_ext.h printf.h bits/printf-ldbl.h bits/stdio_lim.h
routines := \
ctermid cuserid \
@ -39,8 +39,6 @@ routines := \
isoc99_vsscanf \
psiginfo
install-others = $(inst_includedir)/bits/stdio_lim.h
include ../Makeconfig
aux := errlist siglist printf-parsemb printf-parsewc fxprintf
@ -64,9 +62,6 @@ test-srcs = tst-unbputc tst-printf
include ../Rules
$(inst_includedir)/bits/stdio_lim.h: $(common-objpfx)bits/stdio_lim.h $(+force)
$(do-install)
ifeq ($(cross-compiling),no)
.PHONY: do-tst-unbputc do-tst-printf
tests: do-tst-unbputc do-tst-printf