Make sure assignment is unambiguous. Found out by naddy@

This commit is contained in:
espie 2001-05-19 20:07:00 +00:00
parent 13bc0ffa48
commit 41d87e2076

View File

@ -1,6 +1,6 @@
#-*- mode: Fundamental; tab-width: 4; -*- #-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4 sw=4 filetype=make: # ex:ts=4 sw=4 filetype=make:
FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.408 2001/05/07 15:24:50 espie Exp $$ FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.409 2001/05/19 20:07:00 espie Exp $$
# $FreeBSD: bsd.port.mk,v 1.264 1996/12/25 02:27:44 imp Exp $ # $FreeBSD: bsd.port.mk,v 1.264 1996/12/25 02:27:44 imp Exp $
# $NetBSD: bsd.port.mk,v 1.62 1998/04/09 12:47:02 hubertf Exp $ # $NetBSD: bsd.port.mk,v 1.62 1998/04/09 12:47:02 hubertf Exp $
# #
@ -541,7 +541,7 @@ ${_PACKAGE_COOKIE}: ${_INSTALL_COOKIE}
.endif .endif
.for _sub in ${MULTI_PACKAGES} .for _sub in ${MULTI_PACKAGES}
_PACKAGE_COOKIE${_sub}= ${_PACKAGE_COOKIE}${_sub} _PACKAGE_COOKIE${_sub} = ${_PACKAGE_COOKIE}${_sub}
_PACKAGE_COOKIES+= ${_PACKAGE_COOKIE${_sub}} _PACKAGE_COOKIES+= ${_PACKAGE_COOKIE${_sub}}
. if ${FAKE:L} == "yes" . if ${FAKE:L} == "yes"
${_PACKAGE_COOKIE${_sub}}: ${_FAKE_COOKIE} ${_PACKAGE_COOKIE${_sub}}: ${_FAKE_COOKIE}