summaryrefslogtreecommitdiffstats
path: root/src/ocaml-native.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2012-12-09 05:50:47 (GMT)
committerTony Theodore <tonyt@logyst.com>2012-12-09 05:50:47 (GMT)
commitbcb89dfe6ac601804a7a69301458be9e4b03f9bd (patch)
tree293d3a0a3330ce0432c3edad963fd169902fc5b1 /src/ocaml-native.mk
parent2f3e23f3d984226d06010bee879e2596a0330ce6 (diff)
downloadmxe-bcb89dfe6ac601804a7a69301458be9e4b03f9bd.zip
mxe-bcb89dfe6ac601804a7a69301458be9e4b03f9bd.tar.gz
mxe-bcb89dfe6ac601804a7a69301458be9e4b03f9bd.tar.bz2
ocaml packages: fix inconsistent spacing
Diffstat (limited to 'src/ocaml-native.mk')
-rw-r--r--src/ocaml-native.mk13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/ocaml-native.mk b/src/ocaml-native.mk
index fbe6296..79c0a13 100644
--- a/src/ocaml-native.mk
+++ b/src/ocaml-native.mk
@@ -1,14 +1,13 @@
# This file is part of mingw-cross-env.
# See doc/index.html for further information.
-# zlib
-PKG := ocaml-native
-$(PKG)_IGNORE :=
+PKG := ocaml-native
+$(PKG)_IGNORE :=
$(PKG)_CHECKSUM := 9653e76dd14f0fbb750d7b438415890ab9fe2f4e
-$(PKG)_SUBDIR := ocaml-$($(PKG)_VERSION)
-$(PKG)_FILE := ocaml-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := http://caml.inria.fr/pub/distrib/ocaml-4.00/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc
+$(PKG)_SUBDIR := ocaml-$($(PKG)_VERSION)
+$(PKG)_FILE := ocaml-$($(PKG)_VERSION).tar.gz
+$(PKG)_URL := http://caml.inria.fr/pub/distrib/ocaml-4.00/$($(PKG)_FILE)
+$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
wget -q -O- 'http://caml.inria.fr/pub/distrib/ocaml-3.12' | \