diff options
author | chris <chris@pkgsrc.org> | 2003-09-20 00:46:22 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2003-09-20 00:46:22 +0000 |
commit | 38604ec933f419c9e858e094a05f79888698d3ae (patch) | |
tree | 3784c64ffdb925de265d90be3ce38f097c34b2bb /mk | |
parent | 03fbbd18201746d0c3c768c34ed0ad947a60637f (diff) | |
download | pkgsrc-38604ec933f419c9e858e094a05f79888698d3ae.tar.gz |
automake.mk only needs to go ../mk/autoconf.mk to find autoconf.mk, not
../../mk/autoconf.mk
Diffstat (limited to 'mk')
-rw-r--r-- | mk/automake.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |