diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-02-20 08:41:46 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-02-20 08:41:46 +0000 |
| commit | 6af88557f97458c06e0e7738c53d22867b605f14 (patch) | |
| tree | fd1b898398e555d4d7778be46e9b03736f35d3ce /lib/libc | |
| parent | 0107877e045a1d9e24ef0c4feb6f9be84ad43745 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/stdlib/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index 03d0060cd94a..6ad404ef7976 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 \ |
