mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
* sysdeps/sparc/Makefile (routines): Reference dotmul', not
mul'.
* sysdeps/sparc/Makefile (routines): Reference `dotmul', not `mul'.
This commit is contained in:
parent
caa8cd20fd
commit
d53f392b18
@ -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 <roland@churchy.gnu.ai.mit.edu>
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user