Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 610671f7c8f7a3dd6e8b775122b20316 > files > 2

ocaml-ocamlgraph-1.8.1-1.fc16.src.rpm

--- Makefile.in.orig	2011-10-17 08:27:03.000000000 -0600
+++ Makefile.in	2011-10-25 11:25:33.708625231 -0600
@@ -349,8 +349,12 @@
 	$(OCAMLFIND) install ocamlgraph META \
 		$(SRCDIR)/*.mli $(VIEWER_DIR)/*.mli $(DGRAPH_DIR)/*.mli \
 		graph$(LIBEXT) graph.cmx graph.cmo graph.cmi $(CMA) $(CMXA) \
-		$(VIEWER_CMXLIB) $(VIEWER_CMOLIB) $(DGRAPH_CMXLIB) \
-		$(DGRAPH_CMOLIB)
+		$(VIEWER_CMILIB) $(VIEWER_CMXLIB) \
+		$(VIEWER_CMXLIB:.cmx=.o) $(VIEWER_CMOLIB) \
+		$(DGRAPH_CMILIB) $(DGRAPH_CMXLIB) \
+		$(DGRAPH_CMXLIB:.cmx=.o) $(DGRAPH_CMOLIB) \
+		$(filter-out dgraph/dGraphTest.cmx, $(DGRAPH_CMX)) \
+		$(filter-out dgraph/dGraphTest.cmo, $(DGRAPH_CMO))
 else
 	$(OCAMLFIND) install ocamlgraph META \
 		$(SRCDIR)/*.mli $(VIEWER_DIR)/*.mli $(DGRAPH_DIR)/*.mli \