summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2005-07-05 03:10:11 +0000
committerchristos <christos@NetBSD.org>2005-07-05 03:10:11 +0000
commit70a3bc48dd8cd581a413ff9b44a9cf6be8d97543 (patch)
tree5d9fafb1899f982f00e82c4926ac8c4e694ed96b /gnu
parent8bf4305eee08f7ba30b2c3c11b765fbe74880183 (diff)
Don't use ${INSTALL_FILE} to copy to obj dir.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gettext/gettext/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gettext/gettext/Makefile b/gnu/usr.bin/gettext/gettext/Makefile
index 92d96573d77..10da85b5534 100644
--- a/gnu/usr.bin/gettext/gettext/Makefile
+++ b/gnu/usr.bin/gettext/gettext/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/05/02 11:00:55 hira Exp $
+# $NetBSD: Makefile,v 1.4 2005/07/05 03:10:11 christos Exp $
PROG= gettext
@@ -8,4 +8,4 @@ CLEANFILES+=gettext.1
.include "${.CURDIR}/../Makefile.inc.prog"
gettext.1: ${DIST}/gettext/gettext-runtime/man/gettext.1.in
- ${INSTALL_FILE} $> $@
+ cp $> $@