diff options
-rw-r--r-- | share/mklocale/Makefile | 4 | ||||
-rw-r--r-- | usr.bin/mklocale/data/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/share/mklocale/Makefile b/share/mklocale/Makefile index 2b18f1e..6416bed 100644 --- a/share/mklocale/Makefile +++ b/share/mklocale/Makefile @@ -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 diff --git a/usr.bin/mklocale/data/Makefile b/usr.bin/mklocale/data/Makefile index 2b18f1e..6416bed 100644 --- a/usr.bin/mklocale/data/Makefile +++ b/usr.bin/mklocale/data/Makefile @@ -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 |