From 4f44c208eafc485b5e4c6862334f8a7c300706a5 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 21 Oct 1998 08:58:13 +0000 Subject: No need to use += for a variable defined only once. --- japanese/zipcodes/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'japanese/zipcodes') diff --git a/japanese/zipcodes/Makefile b/japanese/zipcodes/Makefile index dc3481b27f2d..93187de8823a 100644 --- a/japanese/zipcodes/Makefile +++ b/japanese/zipcodes/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Nov 1997 # Whom: Jun-ichiro itojun Itoh # -# $Id: Makefile,v 1.5 1998/03/21 11:01:29 asami Exp $ +# $Id: Makefile,v 1.6 1998/03/23 06:18:51 itojun Exp $ # DISTNAME= ken_all @@ -21,6 +21,6 @@ EXTRACT_CMD= lha EXTRACT_BEFORE_ARGS= xfqw=${WRKDIR} NO_WRKSUBDIR= yes -MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}" SCRIPTDIR=${SCRIPTDIR} +MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" SCRIPTDIR=${SCRIPTDIR} .include -- cgit v1.2.3