summaryrefslogtreecommitdiff
path: root/dev-ml/zarith/files/zarith-1.12-shuffle.patch
blob: 4ddff37d6b048216b4020902350e4eb643c85dd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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