From b7e394fbca03ad026be766138c3862472d7eb37e Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 20 Sep 2003 00:46:22 +0000 Subject: automake.mk only needs to go ../mk/autoconf.mk to find autoconf.mk, not ../../mk/autoconf.mk --- mk/automake.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/automake.mk b/mk/automake.mk index 46880bc2255..a30f10e3c19 100644 --- a/mk/automake.mk +++ b/mk/automake.mk @@ -1,4 +1,4 @@ -# $NetBSD: automake.mk,v 1.3 2002/10/07 21:47:49 wiz Exp $ +# $NetBSD: automake.mk,v 1.4 2003/09/20 00:46:22 chris Exp $ # # makefile fragment for packages that use automake # AUTOMAKE_REQD can be set to the minimum version required. @@ -33,5 +33,5 @@ ACLOCAL= ${LOCALBASE}/bin/aclocal-${_AUTOMAKE_API_VERSION} BUILD_DEPENDS+= {gettext-0.10.35nb1,gettext-m4-[0-9]*}:../../devel/gettext-m4 .endif -.include "../../mk/autoconf.mk" +.include "../mk/autoconf.mk" .endif # AUTOMAKE_MK -- cgit v1.2.3