2000-01-05 21:03:03 +00:00
|
|
|
--- strings/Makefile.in.orig Sat Jan 1 18:00:30 2000
|
|
|
|
+++ strings/Makefile.in Mon Jan 3 17:21:19 2000
|
|
|
|
@@ -145,7 +145,7 @@
|
|
|
|
INCLUDES = @MT_INCLUDES@ -I$(srcdir)/../include -I../include
|
1999-09-17 19:51:56 +00:00
|
|
|
pkglib_LIBRARIES = libmystrings.a
|
2000-01-05 21:03:03 +00:00
|
|
|
#no assembler
|
|
|
|
-@ASSEMBLER_x86_TRUE@ASRCS = strings-x86.s longlong2str-x86.s
|
|
|
|
+@ASSEMBLER_x86_TRUE@ASRCS = strings-x86.S longlong2str-x86.S
|
|
|
|
@ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_TRUE@ASRCS = bmove_upp-sparc.s strappend-sparc.s strend-sparc.s strinstr-sparc.s strmake-sparc.s strmov-sparc.s strnmov-sparc.s strstr-sparc.s strxmov-sparc.s
|
|
|
|
@ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_FALSE@ASRCS =
|
1999-09-17 19:51:56 +00:00
|
|
|
# These file MUST all be on the same line!! Otherwise automake
|