summaryrefslogtreecommitdiffstats
path: root/src/ocaml-findlib.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2012-12-14 09:07:48 (GMT)
committerTony Theodore <tonyt@logyst.com>2012-12-14 10:33:57 (GMT)
commit799a75af66e4d7b39f49bf113c18f9a42854abfd (patch)
treee36c4fae19d9daf58b01e664edc3cd5fe848e4fc /src/ocaml-findlib.mk
parent2a050c5ab83120e0c102970354202003b3d7badf (diff)
downloadmxe-799a75af66e4d7b39f49bf113c18f9a42854abfd.zip
mxe-799a75af66e4d7b39f49bf113c18f9a42854abfd.tar.gz
mxe-799a75af66e4d7b39f49bf113c18f9a42854abfd.tar.bz2
ocaml packages: fix whitespace
Diffstat (limited to 'src/ocaml-findlib.mk')
-rw-r--r--src/ocaml-findlib.mk28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/ocaml-findlib.mk b/src/ocaml-findlib.mk
index 9fca362..e0c9d3e 100644
--- a/src/ocaml-findlib.mk
+++ b/src/ocaml-findlib.mk
@@ -1,13 +1,13 @@
# This file is part of mingw-cross-env.
# See doc/index.html for further information.
-PKG := ocaml-findlib
-$(PKG)_IGNORE :=
+PKG := ocaml-findlib
+$(PKG)_IGNORE :=
$(PKG)_CHECKSUM := 5d1a52b77145348ded29fefe13736694aabb1868
-$(PKG)_SUBDIR := findlib-$($(PKG)_VERSION)
-$(PKG)_FILE := findlib-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := http://download.camlcity.org/download/$($(PKG)_FILE)
-$(PKG)_DEPS := ocaml-core
+$(PKG)_SUBDIR := findlib-$($(PKG)_VERSION)
+$(PKG)_FILE := findlib-$($(PKG)_VERSION).tar.gz
+$(PKG)_URL := http://download.camlcity.org/download/$($(PKG)_FILE)
+$(PKG)_DEPS := ocaml-core
define $(PKG)_UPDATE
wget -q -O- 'http://download.camlcity.org/download' | \
@@ -20,14 +20,14 @@ define $(PKG)_BUILD
# build
rm -f $(1)/src/findlib/ocaml_args.ml
cd '$(1)' && \
- PATH="$(PREFIX)/$(TARGET)/bin/ocaml-native:$(PATH)" \
- ./configure \
- -config $(PREFIX)/$(TARGET)/etc/findlib.conf \
- -bindir $(PREFIX)/$(TARGET)/bin \
- -sitelib $(PREFIX)/$(TARGET)/lib/ocaml \
- -mandir $(PREFIX)/$(TARGET)/share/man \
- -with-toolbox \
- -no-topfind \
+ PATH="$(PREFIX)/$(TARGET)/bin/ocaml-native:$(PATH)" \
+ ./configure \
+ -config $(PREFIX)/$(TARGET)/etc/findlib.conf \
+ -bindir $(PREFIX)/$(TARGET)/bin \
+ -sitelib $(PREFIX)/$(TARGET)/lib/ocaml \
+ -mandir $(PREFIX)/$(TARGET)/share/man \
+ -with-toolbox \
+ -no-topfind
# no-topfind because it wants to be installed in /usr/bin, and creates blocking
# error