current make passes flags through to submakes, no need to subvert

AM_MAKEFLAGS for this.
This commit is contained in:
espie 2000-08-28 22:42:00 +00:00
parent c242d633e5
commit 5f92cc296f

View File

@ -1,6 +1,6 @@
#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4 sw=4 filetype=make:
FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.321 2000/08/28 22:38:37 espie Exp $$
FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.322 2000/08/28 22:42:00 espie 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 $
#
@ -609,9 +609,6 @@ CFLAGS+= ${COPTS}
MAKE_FLAGS?=
.if !defined(FAKE_FLAGS)
FAKE_FLAGS=DESTDIR=${WRKINST}
. if ${CONFIGURE_STYLE:L:Mgnu}
FAKE_FLAGS+= AM_MAKEFLAGS='DESTDIR=${WRKINST}'
. endif
.endif
MAKE_FILE?= Makefile