summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/ocaml/Makefile8
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"