diff options
author | asami <asami@FreeBSD.org> | 1998-08-13 03:34:33 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-13 03:34:33 +0000 |
commit | 86ef76c283fdfc9093c7c55ceccd5676aaf49bee (patch) | |
tree | 597fa4c5e90d18989886eba71881e5103ec68e9b /devel/gcc-m68k | |
parent | e263b3c581eb311ff3113fc691632df4e864e06b (diff) | |
download | FreeBSD-ports-86ef76c283fdfc9093c7c55ceccd5676aaf49bee.zip FreeBSD-ports-86ef76c283fdfc9093c7c55ceccd5676aaf49bee.tar.gz |
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.
Diffstat (limited to 'devel/gcc-m68k')
-rw-r--r-- | devel/gcc-m68k/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gcc-m68k/Makefile b/devel/gcc-m68k/Makefile index bba0922..61ad947 100644 --- a/devel/gcc-m68k/Makefile +++ b/devel/gcc-m68k/Makefile @@ -3,7 +3,7 @@ # Date created: 7 July 1998 # Whom: Jerry Hicks <jhicks@glenatl.glenayre.com> # -# $Id: Makefile,v 1.1.1.1 1998/08/09 01:35:38 steve Exp $ +# $Id: Makefile,v 1.2 1998/08/13 03:30:28 asami Exp $ # DISTNAME= gcc-2.8.1 |