diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-24 04:26:21 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-24 04:26:21 +0000 |
commit | cd9a2f5c280b40222d21ca68b5b0962ff712d6cf (patch) | |
tree | dc80da53186aab7c56424c2574b0cd7928930721 /share/mklocale/Makefile | |
parent | 2388d5d1cef849c6482878f223517c38456feecf (diff) | |
download | src-cd9a2f5c280b40222d21ca68b5b0962ff712d6cf.tar.gz src-cd9a2f5c280b40222d21ca68b5b0962ff712d6cf.zip |
Bring in my changes for removing the pestilent obj links (unless you
really want them) from /usr/src. This is the final version of the
patches, incorporating the feedback I've received from -current.
Notes
Notes:
svn path=/head/; revision=16663
Diffstat (limited to 'share/mklocale/Makefile')
-rw-r--r-- | share/mklocale/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/mklocale/Makefile b/share/mklocale/Makefile index fb6161fedf1b..809390e471a3 100644 --- a/share/mklocale/Makefile +++ b/share/mklocale/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.2 1995/11/03 14:51:45 ache Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} @@ -6,8 +6,8 @@ CLEANFILES+= ${LOCALES:S/$/.out/g} LOCALES= ja_JP.EUC ru_SU.KOI8-R lt_LN.ASCII lt_LN.ISO_8859-1 ru_SU.CP866 LOCALEDIR= ${DESTDIR}/usr/share/locale -.if exists(${.CURDIR}/../obj) -MKLOCALE=${.CURDIR}/../obj/mklocale +.if exists(${.OBJDIR}/..) +MKLOCALE=${.OBJDIR}/../mklocale .else MKLOCALE=${.CURDIR}/../mklocale .endif |