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/labltk/files/labltk-8.06.12-shuffle.patch

13 lines
363 B

--- a/compiler/Makefile 2023-01-21 22:23:29.676828969 +0100
+++ b/compiler/Makefile 2023-01-21 22:24:16.204141261 +0100
@@ -73,6 +73,9 @@
.ml.cmo:
$(CAMLCOMP) $(COMPFLAGS) -I ../support $<
+maincompile.cmo: copyright.cmo
+maincompile.cmx: copyright.cmx
+
depend: parser.ml parser.mli lexer.ml pplex.ml ppyac.ml ppyac.mli
$(CAMLDEP) *.mli *.ml > .depend