X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=tools%2FMakefile;h=e05665328329b720e8ea831ea4124989300e535b;hb=bda23e0682020cf22af0e4b769dd93d77d70f07a;hp=4164759f1a1b896e9ac2f3eb73f6e3f9d191b18f;hpb=aac3f035c98d7800fde3eef7a43ded322e4862db;p=apps%2Fmadmutt.git diff --git a/tools/Makefile b/tools/Makefile index 4164759..e056653 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,5 +1,5 @@ cpkg2c: cpkg2c.mll ocamllex $< - $(if $(shell which ocamlopt),ocamlopt -o $@ str.cmxa,ocamlc -o $@ str.cma) $@.ml + $(if $(shell which ocamlopt),ocamlopt -o $@ str.cmxa unix.cmxa,ocamlc -o $@ str.cma unix.cma) $@.ml @$(RM) cpkg2c.ml cpkg2c.c* cpkg2c.o