From f0cf0902eab6ed0e1784823c92a358029f7c7b17 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 17 Jan 2006 04:31:22 +0000 Subject: * Makerules ($(+sysdir_pfx)sysd-rules): Emit pattern rules to install into $(inst_includedir)/%.h from sysdirs. [headers]: Change static pattern rule for installing $(headers) to do only those not matching %.h. ($(inst_includedir)/%.h: $(objpfx)%.h): Add this pattern rule instead. ($(inst_includedir)/%.h: %.h): Likewise. ($(inst_includedir)/%.h: $(..)include/%.h): Likewise. * Makefile ($(inst_includedir)/gnu/stubs.h): Add $(make-target-directory). * stdlib/Makefile (headers): Restore headers removed in last change. 2006-01-16 Jakub Jelinek * math/e_exp2l.c: Don't include stdio.h, errno.h, stub-tag.h, include math_private.h. (__ieee754_exp2l): Compute for now as expl (M_LN2l * x) instead of failing. (exp2l): Remove stub_warning. 2006-01-15 Jakub Jelinek * io/tst-faccessat.c (do_test): Don't fail if geteuid () == 0. --- stdlib/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'stdlib') diff --git a/stdlib/Makefile b/stdlib/Makefile index bc97d70252..2690d5dd47 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -24,7 +24,9 @@ subdir := stdlib headers := stdlib.h bits/stdlib.h bits/stdlib-ldbl.h \ monetary.h bits/monetary-ldbl.h \ inttypes.h stdint.h bits/wordsize.h \ - errno.h sys/errno.h bits/errno.h + errno.h sys/errno.h bits/errno.h \ + ucontext.h sys/ucontext.h \ + alloca.h fmtmsg.h routines := \ atof atoi atol atoll \ -- cgit 1.4.1