summaryrefslogtreecommitdiff
path: root/sci-misc/flashdot/files/flashdot-1.1.4-Makefile.patch
blob: 077367bd2ab08be15718ff73e488cc7cf7240b53 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/mathexpr/Makefile	2022-03-22 10:51:43.081062080 +0100
+++ b/mathexpr/Makefile	2022-03-22 10:53:37.226190652 +0100
@@ -72,6 +72,6 @@
 # Dependencies
 depend:
-	$(OCAMLDEP) $(OCAMLINCS) *.mli *.ml > depend
+	$(OCAMLDEP) -I $(XMLLIGHTDIR) $(OCAMLINCSLOCAL) *.mli *.ml > depend
 
 include depend