If automake is called with -i, we don't need gmake.

Patch from Stoned Elipot in pkg/14082.
This commit is contained in:
wiz 2001-09-28 02:15:02 +00:00
parent f79573370a
commit fe20d2b94a

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 2001/06/26 12:45:38 wiz Exp $
# $NetBSD: Makefile,v 1.2 2001/09/28 02:15:02 wiz Exp $
#
DISTNAME= sed-3.02
@ -13,7 +13,6 @@ COMMENT= GNU version of sed
BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
USE_GMAKE= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --program-prefix=g
INFO_FILES= sed.info
@ -22,6 +21,6 @@ pre-configure:
cd ${WRKSRC} && \
${LOCALBASE}/bin/aclocal && \
${LOCALBASE}/bin/autoreconf && \
${LOCALBASE}/bin/automake
${LOCALBASE}/bin/automake -i
.include "../../mk/bsd.pkg.mk"