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/zarith/files/zarith-1.12-shuffle.patch

12 lines
308 B

--- a/project.mak 2023-01-25 22:56:39.079292147 +0100
+++ b/project.mak 2023-01-25 22:56:57.865057118 +0100
@@ -145,7 +145,7 @@
make -C tests clean
depend: $(AUTOGEN)
- $(OCAMLDEP) -native $(OCAMLINC) $(MLSRC) $(MLISRC) > depend
+ $(OCAMLDEP) $(OCAMLINC) $(MLSRC) $(MLISRC) > depend
include depend