Source-Changes-HG archive

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

[src/netbsd-1-6]: src/share/locale/ctype Pull up revision 1.8 (requested by t...



details:   https://anonhg.NetBSD.org/src/rev/07965d8fc409
branches:  netbsd-1-6
changeset: 529612:07965d8fc409
user:      he <he%NetBSD.org@localhost>
date:      Sun Dec 01 12:24:26 2002 +0000

description:
Pull up revision 1.8 (requested by thorpej in ticket #823):
  Use ${CPP}, not cpp.

diffstat:

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

diffs (25 lines):

diff -r 417c6364a49e -r 07965d8fc409 share/locale/ctype/Makefile
--- a/share/locale/ctype/Makefile       Sun Dec 01 12:22:42 2002 +0000
+++ b/share/locale/ctype/Makefile       Sun Dec 01 12:24:26 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6.2.1 2002/07/15 17:12:59 thorpej Exp $
+# $NetBSD: Makefile,v 1.6.2.2 2002/12/01 12:24:26 he 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