From 040cf0982957464b3027fbcaff352f61d9101b6f Mon Sep 17 00:00:00 2001 From: joseph Date: Thu, 31 Aug 2006 16:43:34 +0000 Subject: 2006-08-31 Mark Mitchell Julian Brown * Makefile (headers): Add bits/predefs.h. * include/features.h (__STDC_IEC_559__): Do not define. (__STDC_IEC_559_COMPLEX__): Likewise. (): Include. * bits/predefs.h: New file. git-svn-id: svn://svn.eglibc.org/trunk@129 7b3dc134-2b1b-0410-93df-9e9f96275f8d --- libc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/Makefile') diff --git a/libc/Makefile b/libc/Makefile index 43c4f4d4b..afac87306 100644 --- a/libc/Makefile +++ b/libc/Makefile @@ -69,7 +69,7 @@ endif # $(AUTOCONF) = no $(addprefix install-, no-libc.a bin lib data headers others) headers := limits.h values.h features.h gnu-versions.h bits/libc-lock.h \ - bits/xopen_lim.h gnu/libc-version.h + bits/xopen_lim.h gnu/libc-version.h bits/predefs.h echo-headers: subdir_echo-headers -- cgit v1.2.3