commit: 55b98d04bce7e732765d876c5f3417d532b0bd4c
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 19:55:16 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 21:00:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55b98d04
dev-ml/ocaml-ctypes: align with commited code
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/ocaml-ctypes/files/ocaml-ctypes-0.20.0-shuffle.patch | 7 +++----
1 file 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