diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-03 14:26:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-03 14:26:44 +0000 |
commit | 0d28b5c6f9acb8b8d82483475e0c9f08509981ea (patch) | |
tree | fc6f26ad5e2d7f67289a357f9b7bad3bad72ad73 /cross/i386-netbsdpe/Makefile | |
parent | 66b587d2172ac46f7678f5e53510580dab1aba33 (diff) | |
download | pkgsrc-0d28b5c6f9acb8b8d82483475e0c9f08509981ea.tar.gz |
Use autoconf.mk.
Diffstat (limited to 'cross/i386-netbsdpe/Makefile')
-rw-r--r-- | cross/i386-netbsdpe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/i386-netbsdpe/Makefile b/cross/i386-netbsdpe/Makefile index 0e1ce854583..2d9b4049878 100644 --- a/cross/i386-netbsdpe/Makefile +++ b/cross/i386-netbsdpe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/08/21 12:42:44 kent Exp $ +# $NetBSD: Makefile,v 1.11 2002/10/03 14:26:44 wiz Exp $ # $PEACE: Makefile,v 1.21 2002/08/21 02:48:23 kent Exp $ DISTVERSION= 1.3.4 @@ -55,7 +55,7 @@ post-patch: for i in patches/binutils-*; do \ ${PATCH} -d ${WRKSRC} --forward --quiet -E < $$i; \ done - cd ${WRKSRC}/gcc && ${LOCALBASE}/bin/autoconf + cd ${WRKSRC}/gcc && ${AUTOCONF} cd ${WRKSRC}/gcc && \ ${LN} -s ../../${PTHREAD_DISTNAME}/include/pthread.h . && \ ${LN} -s ../../${PTHREAD_DISTNAME}/include/pthread . |