From owner-cvs-all Wed Aug 12 20:34:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA01744 for cvs-all-outgoing; Wed, 12 Aug 1998 20:34:53 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA01704; Wed, 12 Aug 1998 20:34:37 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA19741; Wed, 12 Aug 1998 20:34:34 -0700 (PDT) Date: Wed, 12 Aug 1998 20:34:34 -0700 (PDT) Message-Id: <199808130334.UAA19741@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/m68kgcc Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/12 20:34:34 PDT Modified files: devel/m68kgcc Makefile Log: Oops, missed the commit message the last time around. No need to use += for variables defined only once. Also, MAKE_FLAGS is defined with ?=, not += (probably a bad idea, but hard to change now) , in bsd.port.mk, so you need the "-f" in there. The only reason why this worked was because there is a "Makefile" target in the source's Makefile. Revision Changes Path 1.3 +1 -1 ports/devel/m68kgcc/Makefile