From 0923c7a543d377bae9da0ad7075c8f9664ae70dc Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 20 Feb 1995 09:50:50 +0000 Subject: Mon Feb 20 04:04:57 1995 Roland McGrath * config.h.in [HAVE_ELF || HAVE_GNU_LD]: Define HAVE_WEAK_SYMBOLS. * stdlib/strtod.c (PASTE, PASTE1): New helper macros; use these in access to float.h macros. * misc/efgcvt.c: New file. * misc/Makefile (routines): Add efgcvt. --- sysdeps/mach/hurd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysdeps/mach/hurd/Makefile') diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 70b6ec5d49..02430faed9 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -108,7 +108,8 @@ $(objpfx)stamp-errnos: $(hurd)/errnos.awk $(errno.texinfo) \ # Make it unwritable so noone will edit it by mistake. -chmod a-w $(hurd)/errnos.h-tmp ./$(..)move-if-change $(hurd)/errnos.h-tmp $(hurd)/errnos.h - test -d CVS && cvs commit -m'Regenerated from $^' $@ + test -d CVS && \ + (cd $(hurd); cvs commit -m'Regenerated from $^' errnos.h) touch $@ $(hurd)/errlist.c: $(hurd)/errlist.awk $(errno.texinfo) -- cgit v1.2.3