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.
This commit is contained in:
Bruce Evans 1995-03-07 04:19:11 +00:00
parent 558b7c23d1
commit 553e72d902
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6937

View File

@ -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"