summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2000-04-04 07:34:39 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2000-04-04 07:34:39 +0000
commitc3a8d156d9cfa1a1af32ff0771a4fa748fb24c46 (patch)
treec5321163abdc902d2450fbe91c58e6bad49a2ffe
parent4e22da7edc603d9f0862aae230383906385de6b6 (diff)
x86: make -> $(MAKE)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3037 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--otherlibs/num/bignum/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/num/bignum/Makefile b/otherlibs/num/bignum/Makefile
index 878e5d031..2a5106570 100644
--- a/otherlibs/num/bignum/Makefile
+++ b/otherlibs/num/bignum/Makefile
@@ -124,7 +124,7 @@ supersparc-solaris: scratch
x86: scratch
as s/x86KerN.s -o o/KerN.o
- make CC="$(CC)" CFLAGS="$(CFLAGS)" \
+ $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" \
OBJECT="$(OBJECT)" all
# Construct VMS assembler from UNIX version