diff options
author | agc <agc@pkgsrc.org> | 1999-03-08 10:53:55 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-03-08 10:53:55 +0000 |
commit | 1bb3007c04ad6091bda42ac2a39c7e64b34c1984 (patch) | |
tree | f176e9ec4024673fb56c0c252cdf8c8aa42f657d /lang/expect | |
parent | 73194ee17f95e5ea244bd878b5b9bcde48da4df6 (diff) | |
download | pkgsrc-1bb3007c04ad6091bda42ac2a39c7e64b34c1984.tar.gz |
s/make/${MAKE}/g
Diffstat (limited to 'lang/expect')
-rw-r--r-- | lang/expect/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index 45513cad583..37fbc12893f 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1998/08/20 15:17:04 tsarna Exp $ +# $NetBSD: Makefile,v 1.16 1999/03/08 10:53:56 agc Exp $ # FreeBSD Id: Makefile,v 1.29 1998/01/27 01:11:47 fenner Exp # @@ -25,6 +25,6 @@ post-extract: ${MV} ${WRKSRC}/example/rftp ${WRKSRC}/example/expect-rftp test: - @(cd ${WRKSRC}; make test) + @(cd ${WRKSRC}; ${MAKE} test) .include "../../mk/bsd.pkg.mk" |