aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-02-20 08:23:55 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-02-20 08:23:55 +0000
commit0107877e045a1d9e24ef0c4feb6f9be84ad43745 (patch)
tree8f8b1b7b369f26e152ed48e07c75208a8ed81cc4 /lib/libc/string
parent4439d165b786096959250f0382d7cdec68097242 (diff)
downloadsrc-0107877e045a1d9e24ef0c4feb6f9be84ad43745.tar.gz
src-0107877e045a1d9e24ef0c4feb6f9be84ad43745.zip
Change MACHINE references to MACHINE_ARCH.
Notes
Notes: svn path=/head/; revision=33668
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc
index 5583ce362759..587da37b5855 100644
--- a/lib/libc/string/Makefile.inc
+++ b/lib/libc/string/Makefile.inc
@@ -1,7 +1,7 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
-# $Id: Makefile.inc,v 1.12 1997/10/16 13:46:50 bde Exp $
+# $Id: Makefile.inc,v 1.13 1997/10/21 08:41:15 bde Exp $
-.PATH: ${.CURDIR}/../libc/${MACHINE}/string ${.CURDIR}/../libc/string
+.PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/string ${.CURDIR}/../libc/string
CFLAGS += -I${.CURDIR}/../libc/locale
@@ -13,7 +13,7 @@ MISRCS+=bcmp.c bcopy.c bzero.c ffs.c index.c memccpy.c memchr.c memcmp.c \
strspn.c strstr.c strtok.c strxfrm.c swab.c
# machine-dependent string sources
-.include "${.CURDIR}/../libc/${MACHINE}/string/Makefile.inc"
+.include "${.CURDIR}/../libc/${MACHINE_ARCH}/string/Makefile.inc"
.if ${LIB} == "c"
MAN3+= bcmp.3 bcopy.3 bstring.3 bzero.3 ffs.3 index.3 memccpy.3 memchr.3 \