summaryrefslogtreecommitdiffstats
path: root/src/ocaml-xml-light.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/ocaml-xml-light.mk')
-rw-r--r--src/ocaml-xml-light.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ocaml-xml-light.mk b/src/ocaml-xml-light.mk
index 1c45369..9d92747 100644
--- a/src/ocaml-xml-light.mk
+++ b/src/ocaml-xml-light.mk
@@ -23,7 +23,7 @@ define $(PKG)_BUILD
$(SED) -i 's,ocamlyacc,$(TARGET)-ocamlyacc,g' '$(1)/Makefile'
$(SED) -i "s,@installdir@,$(PREFIX)/$(TARGET)/lib/ocaml/xml-light,g" $(1)/Makefile
$(MAKE) -C '$(1)' xml_parser.ml
- $(MAKE) -C '$(1)' -j 1 # without seperated previous step, does not work
+ $(MAKE) -C '$(1)' -j 1 # without separated previous step, does not work
mkdir -p $(PREFIX)/$(TARGET)/lib/ocaml/xml-light
# install..
$(MAKE) -C '$(1)' -j '$(JOBS)' install