From 5ddf9700094cfa632c1a25e47b805043a7a50216 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 26 Jun 2014 14:36:15 +0200 Subject: [PATCH] fix makefiles ocamlfind-install target --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 2548b3a6..4495536e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -149,8 +149,8 @@ install-opt: cp -f aez.cm[iot] $(CMA) $(INSTALL_LIBDIR) cp -f aez$(LIBEXT) aez.cmx $(CMXA) $(INSTALL_LIBDIR) -ocamlfind-install: - ocamlfind install aez META $(BUILD)aez.cmi $(BCMA) $(BCMXA) $(BUILD)aez.a +ocamlfind-install: all + ocamlfind install aez META $(BUILD)aez.cmi $(CMA) $(CMXA) $(BUILD)aez.a ocamlfind-remove: ocamlfind remove aez