You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ml/ocaml-ctypes/files/ocaml-ctypes-0.20.0-shuffle...

14 lines
418 B

--- a/Makefile 2023-01-24 08:35:02.515456277 +0100
+++ b/Makefile 2023-01-24 08:35:45.459755298 +0100
@@ -161,7 +161,9 @@
$(INSTALL_HEADERS) \
$(if $(filter yes,$($(PROJECT).install_native_objects)),$(NATIVE_OBJECTS)))
-install: META-install $(PROJECTS:%=install-%)
+install:
+ $(MAKE) META-install
+ $(MAKE) $(PROJECTS:%=install-%)
uninstall:
$(OCAMLFIND) remove ctypes