fix makefiles ocamlfind-install target

This commit is contained in:
Simon Cruanes 2014-06-26 14:36:15 +02:00
parent 05f8d0d873
commit 5ddf970009

View file

@ -149,8 +149,8 @@ install-opt:
cp -f aez.cm[iot] $(CMA) $(INSTALL_LIBDIR) cp -f aez.cm[iot] $(CMA) $(INSTALL_LIBDIR)
cp -f aez$(LIBEXT) aez.cmx $(CMXA) $(INSTALL_LIBDIR) cp -f aez$(LIBEXT) aez.cmx $(CMXA) $(INSTALL_LIBDIR)
ocamlfind-install: ocamlfind-install: all
ocamlfind install aez META $(BUILD)aez.cmi $(BCMA) $(BCMXA) $(BUILD)aez.a ocamlfind install aez META $(BUILD)aez.cmi $(CMA) $(CMXA) $(BUILD)aez.a
ocamlfind-remove: ocamlfind-remove:
ocamlfind remove aez ocamlfind remove aez