From 69d62447b8a097f1ff46ad02f1db13729cad373e Mon Sep 17 00:00:00 2001 From: thorpej Date: Sun, 15 Sep 2002 16:01:17 +0000 Subject: [PATCH] Use ${CPP}, not cpp. --- share/locale/ctype/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/locale/ctype/Makefile b/share/locale/ctype/Makefile index 85d2af85c6b0..ae3631b55a33 100644 --- a/share/locale/ctype/Makefile +++ b/share/locale/ctype/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/07/09 09:00:30 tshiozak Exp $ +# $NetBSD: Makefile,v 1.8 2002/09/15 16:01:17 thorpej Exp $ NOMAN= # defined @@ -292,13 +292,13 @@ SYMLINKS+= ${LOCALEDIR}/${locale}/LC_CTYPE ${LOCALEDIR}/${alias}/LC_CTYPE .for locale in ${LOCALES} ${locale}.out: ${LOCALESRC_${locale}}.src \ ${.CURDIR}/../../../lib/libc/locale/runetable.c - cpp -I${.CURDIR} < ${.CURDIR}/${LOCALESRC_${locale}}.src | \ + ${CPP} -I${.CURDIR} < ${.CURDIR}/${LOCALESRC_${locale}}.src | \ sed -e '/^#/d' | ${MKLOCALE} -o ${.TARGET} .endfor .SUFFIXES: .src .out .src.out: - cpp -I${.CURDIR} < ${.IMPSRC} | sed -e '/^#/d' | \ + ${CPP} -I${.CURDIR} < ${.IMPSRC} | sed -e '/^#/d' | \ ${MKLOCALE} -o ${.TARGET} # does not work