diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2007-05-17 04:32:01 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2007-05-17 04:32:01 +0000 |
commit | b6f8f4b0c49effc252bf50bb40e23adf349ab9d4 (patch) | |
tree | 7e068be6cc7e8fbc01914989ab3386db374ab2c2 /lib/libc/arch/arm | |
parent | 98ed6ffeb8aba38dadc90bca749f46d1e8a4d7f2 (diff) |
LSRCS should refer to the C source version of asm files 'put it in' deraadt@
Diffstat (limited to 'lib/libc/arch/arm')
-rw-r--r-- | lib/libc/arch/arm/string/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/arm/string/Makefile.inc b/lib/libc/arch/arm/string/Makefile.inc index 1e7316ecdab..3c26df61754 100644 --- a/lib/libc/arch/arm/string/Makefile.inc +++ b/lib/libc/arch/arm/string/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.4 2007/05/17 00:53:04 maja Exp $ +# $OpenBSD: Makefile.inc,v 1.5 2007/05/17 04:32:00 drahn Exp $ # $NetBSD: Makefile.inc,v 1.5 2002/11/23 14:26:04 chris Exp $ SRCS+= memcpy.S _memcpy.S bcopy.S memmove.S memset.S bzero.S ffs.S strcmp.S @@ -8,5 +8,5 @@ SRCS+= bcmp.c index.c memchr.c \ strncat.c strncpy.c strpbrk.c strsep.c \ strspn.c strstr.c swab.c strlcpy.c strlcat.c -LSRCS+= memcpy.c bcopy.c memmove.c memset.c bzero.c ffs.c strcmp.S strncmp.c \ +LSRCS+= memcpy.c bcopy.c memmove.c memset.c bzero.c ffs.c strcmp.c strncmp.c \ memcmp.c |