From 553e72d902d8400c4a55f6c3e99fdc583f177e6c Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 7 Mar 1995 04:19:11 +0000 Subject: [PATCH] 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. --- lib/libc/string/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc index f7264af8f93a..336476aa7938 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"