From: Brendan Kehoe Date: Tue, 21 Feb 1995 20:42:55 +0000 (+0000) Subject: * sysdeps/sparc/Makefile (routines): Reference `dotmul', not `mul'. X-Git-Tag: upstream/2.30~30152 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d53f392b186a81ad2a057a2bd0acb885ed34224d;p=external%2Fglibc.git * sysdeps/sparc/Makefile (routines): Reference `dotmul', not `mul'. * sysdeps/sparc/Makefile (routines): Reference `dotmul', not `mul'. --- diff --git a/ChangeLog b/ChangeLog index f4adeaf..1bfda73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Tue Feb 21 11:50:37 1995 Brendan Kehoe (brendan@zen.org) + * sysdeps/sparc/Makefile (routines): Reference `dotmul', not `mul'. + * config.h.in: Put comment around ^L to pacify Solaris as here too. Tue Feb 21 00:10:50 1995 Roland McGrath diff --git a/sysdeps/sparc/Makefile b/sysdeps/sparc/Makefile index 1154d05..376fbcc 100644 --- a/sysdeps/sparc/Makefile +++ b/sysdeps/sparc/Makefile @@ -17,7 +17,7 @@ # Cambridge, MA 02139, USA. ifeq ($(subdir),gnulib) -routines = mul umul $(divrem) alloca +routines = dotmul umul $(divrem) alloca endif # gnulib # We distribute these files, even though they are generated,