summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2023-01-24 20:55:16 +0100
committerAlfredo Tupone <tupone@gentoo.org>2023-01-24 22:00:08 +0100
commit55b98d04bce7e732765d876c5f3417d532b0bd4c (patch)
treec1ef39bcf9c3de2f2ad839764e92f3e5ab4e5975 /dev-ml/ocaml-ctypes
parentdev-java/openjdk-bin: drop 8.332_p09, 8.345_p01 (diff)
downloadgentoo-55b98d04bce7e732765d876c5f3417d532b0bd4c.tar.gz
gentoo-55b98d04bce7e732765d876c5f3417d532b0bd4c.tar.bz2
gentoo-55b98d04bce7e732765d876c5f3417d532b0bd4c.zip
dev-ml/ocaml-ctypes: align with commited code
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-ctypes')
-rw-r--r--dev-ml/ocaml-ctypes/files/ocaml-ctypes-0.20.0-shuffle.patch7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-ml/ocaml-ctypes/files/ocaml-ctypes-0.20.0-shuffle.patch b/dev-ml/ocaml-ctypes/files/ocaml-ctypes-0.20.0-shuffle.patch
index 51bad2efdd7c..633abf770724 100644
--- a/dev-ml/ocaml-ctypes/files/ocaml-ctypes-0.20.0-shuffle.patch
+++ b/dev-ml/ocaml-ctypes/files/ocaml-ctypes-0.20.0-shuffle.patch
@@ -4,10 +4,9 @@
$(INSTALL_HEADERS) \
$(if $(filter yes,$($(PROJECT).install_native_objects)),$(NATIVE_OBJECTS)))
--install: META-install $(PROJECTS:%=install-%)
-+install:
-+ $(MAKE) META-install
-+ $(MAKE) $(PROJECTS:%=install-%)
++$(PROJECTS:%=install-%): META-install
++
+ install: META-install $(PROJECTS:%=install-%)
uninstall:
$(OCAMLFIND) remove ctypes