summaryrefslogtreecommitdiff
blob: 5cbcc4e12b98053a7e2c15eeacc1dfc459101236 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: ocaml-expat-1.1.0/Makefile
===================================================================
--- ocaml-expat-1.1.0.orig/Makefile
+++ ocaml-expat-1.1.0/Makefile
@@ -85,10 +85,10 @@ test: unittest
 testopt: unittest.opt
 	./unittest.opt
 unittest: all unittest.ml
-	$(OCAMLFIND) ocamlc -o unittest -package oUnit -ccopt -L. -linkpkg \
+	$(OCAMLFIND) ocamlc -o unittest -package ounit2 -ccopt -L. -linkpkg \
 	$(ARCHIVE) unittest.ml
 unittest.opt: allopt unittest.ml
-	$(OCAMLFIND) ocamlopt -o unittest.opt -package oUnit -ccopt -L. -linkpkg \
+	$(OCAMLFIND) ocamlopt -o unittest.opt -package ounit2 -ccopt -L. -linkpkg \
 	$(XARCHIVE) unittest.ml
 
 ## Cleaning up