summaryrefslogtreecommitdiffstats
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
parent2f3e23f3d984226d06010bee879e2596a0330ce6 (diff)
downloadmxe-bcb89dfe6ac601804a7a69301458be9e4b03f9bd.zip
mxe-bcb89dfe6ac601804a7a69301458be9e4b03f9bd.tar.gz
mxe-bcb89dfe6ac601804a7a69301458be9e4b03f9bd.tar.bz2
ocaml packages: fix inconsistent spacing
-rw-r--r--src/ocaml-core.mk13
-rw-r--r--src/ocaml-flexdll.mk13
-rw-r--r--src/ocaml-native.mk13
3 files changed, 18 insertions, 21 deletions
diff --git a/src/ocaml-core.mk b/src/ocaml-core.mk
index 6e0ea8d..6379413 100644
--- a/src/ocaml-core.mk
+++ b/src/ocaml-core.mk
@@ -1,14 +1,13 @@
# This file is part of mingw-cross-env.
# See doc/index.html for further information.
-# zlib
-PKG := ocaml-core
-$(PKG)_IGNORE :=
+PKG := ocaml-core
+$(PKG)_IGNORE :=
$(PKG)_CHECKSUM := $(ocaml-native_CHECKSUM)
-$(PKG)_SUBDIR := $(ocaml-native_SUBDIR)
-$(PKG)_FILE := $(ocaml-native_FILE)
-$(PKG)_URL := $(ocaml-native_URL)
-$(PKG)_DEPS := gcc bfd ocaml-flexdll ocaml-native
+$(PKG)_SUBDIR := $(ocaml-native_SUBDIR)
+$(PKG)_FILE := $(ocaml-native_FILE)
+$(PKG)_URL := $(ocaml-native_URL)
+$(PKG)_DEPS := gcc bfd ocaml-flexdll ocaml-native
define $(PKG)_UPDATE
$(call ocaml-native_UPDATE)
diff --git a/src/ocaml-flexdll.mk b/src/ocaml-flexdll.mk
index 762e738..ad469ea 100644
--- a/src/ocaml-flexdll.mk
+++ b/src/ocaml-flexdll.mk
@@ -1,14 +1,13 @@
# This file is part of mingw-cross-env.
# See doc/index.html for further information.
-# zlib
-PKG := ocaml-flexdll
-$(PKG)_IGNORE :=
+PKG := ocaml-flexdll
+$(PKG)_IGNORE :=
$(PKG)_CHECKSUM := 585f066f890c7dca95be7541b4647128335f7df9
-$(PKG)_SUBDIR := flexdll
-$(PKG)_FILE := flexdll-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := http://alain.frisch.fr/flexdll/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc ocaml-native
+$(PKG)_SUBDIR := flexdll
+$(PKG)_FILE := flexdll-$($(PKG)_VERSION).tar.gz
+$(PKG)_URL := http://alain.frisch.fr/flexdll/$($(PKG)_FILE)
+$(PKG)_DEPS := gcc ocaml-native
define $(PKG)_UPDATE
wget -q -O- 'http://alain.frisch.fr/flexdll/' | \
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' | \