X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/0a7506c9bdc0d0d560d4b9c8a3d1089f5db425b9..b5d655f7532a546b54809da387f7467d128a756b:/string/Makefile.inc diff --git a/string/Makefile.inc b/string/Makefile.inc index 14ce753..e037f52 100644 --- a/string/Makefile.inc +++ b/string/Makefile.inc @@ -1,14 +1,11 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 # $FreeBSD: src/lib/libc/string/Makefile.inc,v 1.32 2002/11/18 09:50:56 ru Exp $ -.ifnmake autopatch # machine-dependent string sources -.if exists(${.CURDIR}/${MACHINE_ARCH}/string/Makefile.inc) -.include "${.CURDIR}/${MACHINE_ARCH}/string/Makefile.inc" -.endif -.endif # !autopatch +.sinclude "${.CURDIR}/${MACHINE_ARCH}/string/Makefile.inc" .PATH: ${.CURDIR}/string +CWD := ${.CURDIR}/string CFLAGS+= -I${.CURDIR}/locale