From 36775c3ba3cc21296f7248e761b8678ae0bf2fed Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 21 Jun 1997 21:43:00 +0000 Subject: Update. 1997-06-21 17:35 Ulrich Drepper * argp/argp.h: Remove extra #endif. Pretty print. * md5-crypt/md5.h: Likewise. * ctype/ctype.h: Don't use but . * wctype/wctype.h: Likewise. * sysdeps/unix/sysv/linux/Makefile: Build stdio_lim.h in correct directory. * sysdeps/libm-i387/s_ilogb.S: Add fwait to ensure we get the result. * sysdeps/libm-i387/s_ilogbf.S: Likewise. * sysdeps/libm-i387/s_ilogbl.S: Likewise. * sysdeps/libm-i387/s_lrint.S: Likewise. * sysdeps/libm-i387/s_llrint.S: Likewise. --- sysdeps/unix/sysv/linux/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysdeps/unix') diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 42f6463..4ab97b2 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -68,7 +68,7 @@ inhibit-glue = yes # Tell sysdeps/posix/Makefile that we create stdio_lim.h differently. inhibit-stdio_lim = yes -$(common-objpfx)stdio_%.h $(common-objpfx)stdio_%.d: \ +$(common-objpfx)bits/stdio_%.h $(common-objpfx)bits/stdio_%.d: \ $(..)sysdeps/unix/sysv/linux/stdio_%.h.in rm -f $(@:.h=.d) $(@:.d=.h)-t echo '#include ' | \ @@ -88,6 +88,6 @@ $(common-objpfx)stdio_%.h $(common-objpfx)stdio_%.d: \ rm -f $(@:.d=.h)-t ifndef no_deps # Get the list of dependencies (probably /usr/include/linux/limits.h). --include $(common-objpfx)stdio_lim.d +-include $(common-objpfx)bits/stdio_lim.d endif -common-generated += stdio_lim.h stdio_lim.d +common-generated += bits/stdio_lim.h bits/stdio_lim.d -- cgit v1.1