summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolker Grabsch <v@njh.eu>2013-07-21 22:19:23 (GMT)
committerVolker Grabsch <v@njh.eu>2013-07-21 22:19:23 (GMT)
commit0a181fc5600838f2385c6f1895d1fda2c3977f15 (patch)
tree75f32798a3ab04d0dc1f8cf79f3d1abefe67673e /src
parent2b3a8dfeb9a206352097db65ecd5fb506dba7571 (diff)
downloadmxe-0a181fc5600838f2385c6f1895d1fda2c3977f15.zip
mxe-0a181fc5600838f2385c6f1895d1fda2c3977f15.tar.gz
mxe-0a181fc5600838f2385c6f1895d1fda2c3977f15.tar.bz2
Fix redirects of ocaml-core to ocaml-native
Diffstat (limited to 'src')
-rw-r--r--src/ocaml-core.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/ocaml-core.mk b/src/ocaml-core.mk
index 0f3809e..64945e5 100644
--- a/src/ocaml-core.mk
+++ b/src/ocaml-core.mk
@@ -2,18 +2,18 @@
# See index.html for further information.
PKG := ocaml-core
-$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 5abf04cd4fccfcc980e8592995b9159014f23f53
-$(PKG)_SUBDIR := $(ocaml-native_SUBDIR)
-$(PKG)_FILE := $(ocaml-native_FILE)
-$(PKG)_URL := $(ocaml-native_URL)
+$(PKG)_IGNORE = $(ocaml-native_IGNORE)
+$(PKG)_CHECKSUM = $(ocaml-native_CHECKSUM)
+$(PKG)_SUBDIR = $(ocaml-native_SUBDIR)
+$(PKG)_FILE = $(ocaml-native_FILE)
+$(PKG)_URL = $(ocaml-native_URL)
+$(PKG)_URL_2 = $(ocaml-native_URL_2)
$(PKG)_DEPS := gcc bfd ocaml-flexdll ocaml-native
define $(PKG)_UPDATE
- $(call ocaml-native_UPDATE)
+ echo $(ocaml-native_VERSION)
endef
-
OTHER_LIBS := win32unix str num dynlink bigarray systhreads win32graph
define $(PKG)_BUILD