Skip to content

Commit

Permalink
fix missing OCAML var
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gna.org/svn/ocaml-r/branches/yziquel@310 8462dd83-5746-40b0-b0c8-3ca2f889d9d2
  • Loading branch information
zoggy committed Feb 9, 2010
1 parent f574441 commit 90f22f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions master.Makefile.in
Expand Up @@ -27,6 +27,7 @@

# Various commands and dir
##########################
OCAML = @OCAML@
OCAMLC = @OCAMLC@ -warn-error FSPU -dtypes
OCAMLOPT = @OCAMLOPT@ -warn-error FSPU -dtypes
OCAMLDEP = @OCAMLDEP@
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -157,7 +157,7 @@ clean:
rm -f standard.ml base.ml base.mli r.ml r.mli rbase.ml rbase.mli rstats.ml rstats.mli
rm -f *.o *.so *.a *.cmi *.cmo *.cmx *.cma *.cmxa *.cmxs *.annot

test: build
test: all
$(OCAML) -init ocamlinit

doc: r.mli rbase.mli rstats.mli math/rmath.mli
Expand Down

0 comments on commit 90f22f1

Please sign in to comment.