]> git.pld-linux.org Git - packages/cppo.git/blob - noopt-install.patch
- updated to 1.6.8
[packages/cppo.git] / noopt-install.patch
1 --- cppo-1.5.0/Makefile~        2017-04-24 22:34:11.000000000 +0200
2 +++ cppo-1.5.0/Makefile 2017-06-05 21:47:06.476440992 +0200
3 @@ -45,9 +45,14 @@
4  endif
5  endif
6  
7 +ifeq "${BEST}" ".native"
8  OCAMLBUILD_INSTALL = ocamlbuild_plugin/_build/ocamlbuild_cppo.cmi \
9                       ocamlbuild_plugin/_build/ocamlbuild_cppo.cmx \
10                       $(addprefix ocamlbuild_plugin/_build/,$(OCAMLBUILD_IMPL))
11 +else
12 +OCAMLBUILD_INSTALL = ocamlbuild_plugin/_build/ocamlbuild_cppo.cmi \
13 +                     $(addprefix ocamlbuild_plugin/_build/,$(OCAMLBUILD_IMPL))
14 +endif
15  
16  
17  .PHONY: default all opt toplib install clean test
This page took 0.094831 seconds and 3 git commands to generate.