Don't use ${INSTALL_FILE} to copy to obj dir.
This commit is contained in:
parent
8bf4305eee
commit
70a3bc48dd
|
@ -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 $> $@
|
||||
|
|
Loading…
Reference in New Issue