gentoo-ebuilds/dev-ml/ocamlnet/files/ocamlnet-4.1.9-shuffle.patch
Alfredo Tupone 6370b2d0af
dev-ml/ocamlnet: compute dependency better
Closes: https://bugs.gentoo.org/888601
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2023-01-20 23:13:21 +01:00

11 lines
390 B
Diff

--- a/Makefile.rules 2023-01-20 22:52:47.530898157 +0100
+++ b/Makefile.rules 2023-01-20 22:53:09.370565670 +0100
@@ -210,7 +210,7 @@
# Set NODEP to "@true" in order to disable "depend".
depend: $(DEP_FILES)
- $(NODEP) $(OCAMLDEP) *.ml *.mli >$@ || { rm -f $@; exit 1; }
+ $(NODEP) $(OCAMLDEP) -ml-synonym .mll *.ml *.mli >$@ || { rm -f $@; exit 1; }
.PHONY: clean
clean:: genclean