summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-02-20 08:41:46 +0000
committerjb <jb@FreeBSD.org>1998-02-20 08:41:46 +0000
commit7bfcc9edbb83d81ef240433f6608eb65b79c243f (patch)
tree993fe1a12e3597eb56683c061f476223fda0ca44 /lib
parentbdf0841be6cec556fba5dcf7976b4cdd02627b41 (diff)
downloadFreeBSD-src-7bfcc9edbb83d81ef240433f6608eb65b79c243f.zip
FreeBSD-src-7bfcc9edbb83d81ef240433f6608eb65b79c243f.tar.gz
Change MACHINE references to MACHINE_ARCH.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdlib/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc
index 03d0060..6ad404e 100644
--- a/lib/libc/stdlib/Makefile.inc
+++ b/lib/libc/stdlib/Makefile.inc
@@ -1,8 +1,8 @@
# from @(#)Makefile.inc 8.3 (Berkeley) 2/4/95
-# $Id: Makefile.inc,v 1.12 1997/10/16 14:58:18 bde Exp $
+# $Id: Makefile.inc,v 1.13 1997/10/21 08:41:13 bde Exp $
# machine-independent stdlib sources
-.PATH: ${.CURDIR}/../libc/${MACHINE}/stdlib ${.CURDIR}/../libc/stdlib
+.PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/stdlib ${.CURDIR}/../libc/stdlib
MISRCS+=abort.c abs.c atexit.c atof.c atoi.c atol.c bsearch.c calloc.c div.c \
exit.c getenv.c getopt.c getsubopt.c heapsort.c labs.c ldiv.c \
@@ -11,7 +11,7 @@ MISRCS+=abort.c abs.c atexit.c atof.c atoi.c atol.c bsearch.c calloc.c div.c \
strtouq.c system.c
# machine-dependent stdlib sources
-.include "${.CURDIR}/../libc/${MACHINE}/stdlib/Makefile.inc"
+.include "${.CURDIR}/../libc/${MACHINE_ARCH}/stdlib/Makefile.inc"
.if ${LIB} == "c"
MAN3+= abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 bsearch.3 \
OpenPOWER on IntegriCloud