]> git.saurik.com Git - apple/libc.git/blobdiff - stdlib/Makefile.inc
Libc-339.tar.gz
[apple/libc.git] / stdlib / Makefile.inc
index a9aa66496df29abd08209e72a80adf39f63c7a93..8fb6c9695059b9b4ddc37800499d5ac057bc0bdf 100644 (file)
@@ -1,8 +1,13 @@
 #      from @(#)Makefile.inc   8.3 (Berkeley) 2/4/95
 # $FreeBSD: src/lib/libc/stdlib/Makefile.inc,v 1.45 2003/04/05 07:33:46 tjr Exp $
 
+# machine-dependent stdlib sources
+.if exists(${.CURDIR}/${MACHINE_ARCH}/stdlib/Makefile.inc)
+.include "${.CURDIR}/${MACHINE_ARCH}/stdlib/Makefile.inc"
+.endif
+
 # machine-independent stdlib sources
-.PATH: ${.CURDIR}/${MACHINE_ARCH}/stdlib ${.CURDIR}/stdlib
+.PATH: ${.CURDIR}/stdlib
 
 MISRCS+=a64l.c l64a.c
 
@@ -15,14 +20,9 @@ FBSDMISRCS=_Exit_.c abort.c abs.c atexit.c atof.c atoi.c atol.c atoll.c \
        strfmon.c strhash.c strtoimax.c strtol.c strtoll.c strtoq.c strtoul.c \
        strtoull.c strtoumax.c strtouq.c system.c tdelete.c tfind.c tsearch.c \
        twalk.c
-FBSDORIGHDRS= atexit.h
+FBSDHDRS= atexit.h
 .include "Makefile.fbsd_end"
 
-# machine-dependent stdlib sources
-.if exists(${.CURDIR}/${MACHINE_ARCH}/stdlib/Makefile.inc)
-.include "${.CURDIR}/${MACHINE_ARCH}/stdlib/Makefile.inc"
-.endif
-
 .if ${LIB} == "c"
 MAN3+= a64l.3