Fixed bogus existence check related to searching for a nearby obj directory.

Now the search is as incomplete as elsewhere instead of broken.
This commit is contained in:
Bruce Evans 1997-04-10 15:15:43 +00:00
parent c90607ba7f
commit 67036295bc
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.7 1997/02/28 19:51:39 wosch Exp $
# $Id: Makefile,v 1.8 1997/02/28 22:44:31 adam Exp $
NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}
@ -13,7 +13,7 @@ LOCALES= ja_JP.EUC \
LOCALEDIR= ${DESTDIR}/usr/share/locale
.if exists(${.OBJDIR}/..)
.if exists(${.OBJDIR}/../mklocale)
MKLOCALE=${.OBJDIR}/../mklocale
.else
MKLOCALE=${.CURDIR}/../mklocale

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.7 1997/02/28 19:51:39 wosch Exp $
# $Id: Makefile,v 1.8 1997/02/28 22:44:31 adam Exp $
NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}
@ -13,7 +13,7 @@ LOCALES= ja_JP.EUC \
LOCALEDIR= ${DESTDIR}/usr/share/locale
.if exists(${.OBJDIR}/..)
.if exists(${.OBJDIR}/../mklocale)
MKLOCALE=${.OBJDIR}/../mklocale
.else
MKLOCALE=${.CURDIR}/../mklocale