X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=tools%2FMakefile;h=e05665328329b720e8ea831ea4124989300e535b;hp=4164759f1a1b896e9ac2f3eb73f6e3f9d191b18f;hb=9b87576a7ebf2e52a7ca6a0e2dba12fa24bd34dd;hpb=aac3f035c98d7800fde3eef7a43ded322e4862db 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