diff options
author | wulf <wulf@pkgsrc.org> | 2000-06-12 15:17:45 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2000-06-12 15:17:45 +0000 |
commit | 9d0cf0d68a1d161a38ac7f70641bfe40d6f978a1 (patch) | |
tree | 8d7a3e2d78c7c1ea79af682d27d1240ce6d2fec8 /lang/ocaml | |
parent | b2dbf2143c41ccb6266690e1d26583c3c240ef14 (diff) | |
download | pkgsrc-9d0cf0d68a1d161a38ac7f70641bfe40d6f978a1.tar.gz |
Changed ${MAKE} in pre-install to ${GMAKE} too...
Diffstat (limited to 'lang/ocaml')
-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" |