[Pkg-ocaml-maint-commits] r4618 - /trunk/packages/ocaml-syck/trunk/yaml/Makefile
zack at users.alioth.debian.org
zack at users.alioth.debian.org
Sun Oct 14 17:36:02 UTC 2007
Author: zack
Date: Sun Oct 14 17:36:01 2007
New Revision: 4618
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4618
Log:
also ship yaml.a (fix opt code linking error)
Modified:
trunk/packages/ocaml-syck/trunk/yaml/Makefile
Modified: trunk/packages/ocaml-syck/trunk/yaml/Makefile
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-syck/trunk/yaml/Makefile?rev=4618&op=diff
==============================================================================
--- trunk/packages/ocaml-syck/trunk/yaml/Makefile (original)
+++ trunk/packages/ocaml-syck/trunk/yaml/Makefile Sun Oct 14 17:36:01 2007
@@ -35,6 +35,7 @@
DLLSTUFF = dll$(NAME).so
INSTSTUFF = \
lib$(NAME).a \
+ $(NAME).a \
$(NAME).cma \
$(CMIS) \
$(MLIS) \
More information about the Pkg-ocaml-maint-commits
mailing list