diff options
author | Brendan Kehoe <brendan@zen.org> | 1995-02-21 20:42:55 +0000 |
---|---|---|
committer | Brendan Kehoe <brendan@zen.org> | 1995-02-21 20:42:55 +0000 |
commit | d53f392b186a81ad2a057a2bd0acb885ed34224d (patch) | |
tree | 8475fbe603a1581e1b87274a70a4ce52ff814dbd /sysdeps | |
parent | caa8cd20fd1ef25a3989bb68ee2f4ffee78d8456 (diff) | |
download | glibc-d53f392b186a81ad2a057a2bd0acb885ed34224d.tar glibc-d53f392b186a81ad2a057a2bd0acb885ed34224d.tar.gz glibc-d53f392b186a81ad2a057a2bd0acb885ed34224d.tar.bz2 glibc-d53f392b186a81ad2a057a2bd0acb885ed34224d.zip |
* sysdeps/sparc/Makefile (routines): Reference `dotmul', not `mul'.
* sysdeps/sparc/Makefile (routines): Reference `dotmul', not `mul'.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/sparc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/sparc/Makefile b/sysdeps/sparc/Makefile index 1154d05480..376fbcce53 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, |