diff options
author | chris <chris> | 2003-09-20 00:46:22 +0000 |
---|---|---|
committer | chris <chris> | 2003-09-20 00:46:22 +0000 |
commit | b7e394fbca03ad026be766138c3862472d7eb37e (patch) | |
tree | 3784c64ffdb925de265d90be3ce38f097c34b2bb /mk/automake.mk | |
parent | 57baa6c6141d0fc3c6ac0b3b49b68dc155e22df0 (diff) | |
download | pkgsrc-b7e394fbca03ad026be766138c3862472d7eb37e.tar.gz |
automake.mk only needs to go ../mk/autoconf.mk to find autoconf.mk, not
../../mk/autoconf.mk
Diffstat (limited to 'mk/automake.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 |