diff options
author | wulf <wulf> | 2000-06-12 15:17:45 +0000 |
---|---|---|
committer | wulf <wulf> | 2000-06-12 15:17:45 +0000 |
commit | 8f6bea826be1308fa75355f9935278f86d3eb48c (patch) | |
tree | 8d7a3e2d78c7c1ea79af682d27d1240ce6d2fec8 /lang | |
parent | 3b4056c182ba05a170ce451d0837a02359621c9c (diff) | |
download | pkgsrc-8f6bea826be1308fa75355f9935278f86d3eb48c.tar.gz |
Changed ${MAKE} in pre-install to ${GMAKE} too...
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ocaml/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index ea89f1be907..6c57c78276d 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/06/12 14:43:21 wulf Exp $ +# $NetBSD: Makefile,v 1.3 2000/06/12 15:17:45 wulf Exp $ # DISTNAME= ocaml-3.00 @@ -19,9 +19,9 @@ ALL_TARGET= world pre-install: if ${TEST} ${MACHINE_ARCH} = 'i386'; then \ cd ${WRKSRC}; \ - ${MAKE} opt; \ - ${MAKE} ocamlc.opt; \ - ${MAKE} ocamlopt.opt; \ + ${GMAKE} opt; \ + ${GMAKE} ocamlc.opt; \ + ${GMAKE} ocamlopt.opt; \ fi .include "../../mk/bsd.prefs.mk" |