Source-Changes-HG archive

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

[src/netbsd-1-6]: src/usr.bin/vi/catalog Pull up revision 1.9 (requested by l...



details:   https://anonhg.NetBSD.org/src/rev/c8e38808b07e
branches:  netbsd-1-6
changeset: 527976:c8e38808b07e
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Jun 18 14:42:21 2002 +0000

description:
Pull up revision 1.9 (requested by lukem in ticket #311):
Don't install nbcat instead of catalog files.  Problem noticed by Kimio Ishii.

diffstat:

 usr.bin/vi/catalog/Makefile |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (41 lines):

diff -r 449d6a6ef476 -r c8e38808b07e usr.bin/vi/catalog/Makefile
--- a/usr.bin/vi/catalog/Makefile       Tue Jun 18 14:41:28 2002 +0000
+++ b/usr.bin/vi/catalog/Makefile       Tue Jun 18 14:42:21 2002 +0000
@@ -1,22 +1,22 @@
-#      $NetBSD: Makefile,v 1.8 2001/12/12 01:48:48 tv Exp $
+#      $NetBSD: Makefile,v 1.8.2.1 2002/06/18 14:42:21 lukem Exp $
 #
 #      @(#)Makefile    8.29 (Berkeley) 10/19/96
 
-CAT=           dutch english french german ru_RU.KOI8-R spanish swedish
+CATALOG=       dutch english french german ru_RU.KOI8-R spanish swedish
 VI_FILES=      ${.CURDIR}/../cl/*.c ${.CURDIR}/../common/*.c \
                ${.CURDIR}/../ex/*.c ${.CURDIR}/../vi/*.c
-FILES=         ${CAT}
+FILES=         ${CATALOG}
 FILESDIR=      /usr/share/vi/catalog
 
 HOSTPROG=      dump
 SRCS=          dump.c
 NOMAN=         # defined
 
-CLEANFILES+=   ${CAT} english.base *.check __ck1 __ck2
+CLEANFILES+=   ${CATALOG} english.base *.check __ck1 __ck2
 
-realall: ${CAT}
+realall: ${CATALOG}
 
-${CAT}: english.base ${HOSTPROG}
+${CATALOG}: english.base ${HOSTPROG}
        @echo "... $@";                                                 \
        rm -f $@;                                                       \
        if test -f $@.base; then                                        \
@@ -52,7 +52,7 @@
 CHK=   dutch.check english.check french.check german.check \
        ru_RU.KOI8-R.check spanish.check swedish.check
 check: ${CHK}
-${CHK}: ${CAT}
+${CHK}: ${CATALOG}
        @echo "... $@";                                                 \
        f=`basename $@ .check`;                                         \
        (echo "Unused message id's (this is okay):";                    \



Home | Main Index | Thread Index | Old Index