forked from pool/ocaml-cppo
Olaf Hering
d9f1b86b32
- Update to 1.6.1: * Emit line directives always containing the file name, as mandated starting with ocaml 4.07. - Update to 1.6.0: * BREAKING: cppo and cppo_ocamlbuild are now two distinct opam packages. - Build with dune instead of oasis. Needed by opam-2.0~rc OBS-URL: https://build.opensuse.org/request/show/571573 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-cppo?expand=0&rev=39
13 lines
349 B
Diff
13 lines
349 B
Diff
diff -up ocaml-cppo-1.6.1/Makefile.orig ocaml-cppo-1.6.1/Makefile
|
|
--- ocaml-cppo-1.6.1/Makefile.orig 2018-01-31 23:28:37.944255913 +0100
|
|
+++ ocaml-cppo-1.6.1/Makefile 2018-01-31 23:28:49.284256383 +0100
|
|
@@ -5,7 +5,7 @@ test:
|
|
@jbuilder runtest
|
|
|
|
install:
|
|
- @jbuilder install
|
|
+ @jbuilder install $(INSTALL_ARGS)
|
|
|
|
uninstall:
|
|
@jbuilder uninstall
|