diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2010-10-19 02:02:40 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2010-10-19 02:02:40 +0000 |
commit | 02c33d04d63e70cbc1452050cf89705ab77fa6d5 (patch) | |
tree | 53404278195f27a869dcc0da1d3b3acd0833f4a6 /devel/ocaml-camomile | |
parent | 186eebea6e9089ded3432d69c48c0cee2e81a01e (diff) |
Notes
Diffstat (limited to 'devel/ocaml-camomile')
-rw-r--r-- | devel/ocaml-camomile/files/patch-Makefile.in | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/devel/ocaml-camomile/files/patch-Makefile.in b/devel/ocaml-camomile/files/patch-Makefile.in index 19dde04ca01b..8ae789bb0b2f 100644 --- a/devel/ocaml-camomile/files/patch-Makefile.in +++ b/devel/ocaml-camomile/files/patch-Makefile.in @@ -1,5 +1,18 @@ ---- Makefile.in.orig Tue Aug 22 13:35:58 2006 -+++ Makefile.in Tue Aug 22 13:36:45 2006 +--- Makefile.in.orig 2006-08-14 04:35:01.000000000 -0700 ++++ Makefile.in 2010-10-18 18:51:25.000000000 -0700 +@@ -113,10 +113,10 @@ + $(OCAMLOPT) -c $(OFLAGS) -impl $< + + public/main.ml : public/main.mlp public/main.cmi +- $(CPP) -P -I $(SUBDIR) -o public/main.ml -x c public/main.mlp ++ $(CPP) -P $(SUBDIR) public/main.ml public/main.mlp + + public/main.mli : public/main.mlip +- $(CPP) -P -I $(SUBDIR) -o public/main.mli -x c public/main.mlip ++ $(CPP) -P $(SUBDIR) public/main.mli public/main.mlip + + camomileDefaultConfig.ml : Makefile + (echo "(* This file is automatically generated *)" && \ @@ -375,8 +375,10 @@ ocamlfind install camomile $$files META $(MLI) camomileLibrary.cmi |