summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/Makefile.inc
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-03-07 04:19:11 +0000
committerbde <bde@FreeBSD.org>1995-03-07 04:19:11 +0000
commit54b7f88a164772bf946a6d0dc81ee30298607efb (patch)
tree90256967369911a68242ad2a8938cba22202dc7f /lib/libc/string/Makefile.inc
parentac962b633947f7f26b8c2636573815edd510e359 (diff)
downloadFreeBSD-src-54b7f88a164772bf946a6d0dc81ee30298607efb.zip
FreeBSD-src-54b7f88a164772bf946a6d0dc81ee30298607efb.tar.gz
Don't build swab.o here. It gets built in libc/i386/string. Previously
the copy built from here was overwritten by the other copy and the other copy was put in library-building command lines twice. ld now objects to duplicated modules.
Diffstat (limited to 'lib/libc/string/Makefile.inc')
-rw-r--r--lib/libc/string/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc
index f7264af..336476a 100644
--- a/lib/libc/string/Makefile.inc
+++ b/lib/libc/string/Makefile.inc
@@ -5,7 +5,7 @@
CFLAGS += -I${.CURDIR}/locale
# machine-independent string sources
SRCS+= memccpy.c strcasecmp.c strcoll.c strdup.c strerror.c \
- strmode.c strtok.c strxfrm.c swab.c
+ strmode.c strtok.c strxfrm.c
# machine-dependent string sources
.include "${.CURDIR}/${MACHINE}/string/Makefile.inc"
OpenPOWER on IntegriCloud