diff options
author | ache <ache@FreeBSD.org> | 1999-02-15 15:11:07 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-02-15 15:11:07 +0000 |
commit | 164b54fbd5717a1b1342f963dd1c98fd7966e8db (patch) | |
tree | 446ec1f66e5b7d498effd4d60e45efa0d655b3df /usr.bin | |
parent | 9e450d21be4dbbfd87fde1f9a4a16e7dfecd27c4 (diff) | |
download | FreeBSD-src-164b54fbd5717a1b1342f963dd1c98fd7966e8db.zip FreeBSD-src-164b54fbd5717a1b1342f963dd1c98fd7966e8db.tar.gz |
back out obj/colldef PATH hack, it breaks cross-compiling per Bruce
There is _BUILD_TOOLS hack for. Plase all targets under it.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/colldef/data/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/colldef/data/Makefile b/usr.bin/colldef/data/Makefile index a66bde5..8b8bca0 100644 --- a/usr.bin/colldef/data/Makefile +++ b/usr.bin/colldef/data/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.16 1999/01/21 19:41:38 imp Exp $ +# $Id: Makefile,v 1.17 1999/02/13 14:15:25 ache Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} @@ -33,12 +33,10 @@ DELINKS = de_AT de_CH .SUFFIXES: .src .out .src.out: - PATH=${.OBJDIR}/..:/usr/bin \ colldef -I ${.CURDIR} -o ${.TARGET} ${.IMPSRC} .if !defined(_BUILD_TOOLS) all: ${LOCALES:S/$/.out/g} -.endif ru_SU.KOI8-R.out: map.KOI8-R ru_SU.CP866.out: map.CP866 @@ -52,7 +50,6 @@ es_ES.DIS_8859-15.out: map.DIS_8859-15 de_DE.DIS_8859-15.out: map.DIS_8859-15 is_IS.DIS_8859-15.out: map.DIS_8859-15 -.if !defined(_BUILD_TOOLS) afterinstall: .for locale in ${LOCALES} ${INSTALL} -c -m 644 -o ${BINOWN} -g ${BINGRP} \ |