minor nit

This commit is contained in:
Adam David 1997-02-28 22:44:31 +00:00
parent ddcf27e1c8
commit edc2323809
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23224
2 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.6 1997/02/22 22:50:54 ache Exp $
# $Id: Makefile,v 1.7 1997/02/28 19:51:39 wosch Exp $
NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}
@ -34,9 +34,9 @@ LATIN2LINKS = hr_HR
all: ${LOCALES:S/$/.out/g}
afterinstall:
.for locales in ${LOCALES}
.for locale in ${LOCALES}
${INSTALL} ${COPY} -m 644 -o ${BINOWN} -g ${BINGRP} \
${locales}.out ${LOCALEDIR}/${locales}/LC_CTYPE
${locale}.out ${LOCALEDIR}/${locale}/LC_CTYPE
.endfor
.for link in ${LATIN1LINKS}
ln -fs ../lt_LN.ISO_8859-1/LC_CTYPE \

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.6 1997/02/22 22:50:54 ache Exp $
# $Id: Makefile,v 1.7 1997/02/28 19:51:39 wosch Exp $
NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}
@ -34,9 +34,9 @@ LATIN2LINKS = hr_HR
all: ${LOCALES:S/$/.out/g}
afterinstall:
.for locales in ${LOCALES}
.for locale in ${LOCALES}
${INSTALL} ${COPY} -m 644 -o ${BINOWN} -g ${BINGRP} \
${locales}.out ${LOCALEDIR}/${locales}/LC_CTYPE
${locale}.out ${LOCALEDIR}/${locale}/LC_CTYPE
.endfor
.for link in ${LATIN1LINKS}
ln -fs ../lt_LN.ISO_8859-1/LC_CTYPE \