Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/locale/ctype Use ${CPP}, not cpp.



details:   https://anonhg.NetBSD.org/src/rev/808bfea17b1d
branches:  trunk
changeset: 536415:808bfea17b1d
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Sep 15 16:01:17 2002 +0000

description:
Use ${CPP}, not cpp.

diffstat:

 share/locale/ctype/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 7882d9fe6d58 -r 808bfea17b1d share/locale/ctype/Makefile
--- a/share/locale/ctype/Makefile       Sun Sep 15 14:29:01 2002 +0000
+++ b/share/locale/ctype/Makefile       Sun Sep 15 16:01:17 2002 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index