diff options
Diffstat (limited to 'devel/ocaml-event/files/patch-Makefile')
-rw-r--r-- | devel/ocaml-event/files/patch-Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/ocaml-event/files/patch-Makefile b/devel/ocaml-event/files/patch-Makefile new file mode 100644 index 000000000000..a0751ce3622b --- /dev/null +++ b/devel/ocaml-event/files/patch-Makefile @@ -0,0 +1,7 @@ +--- Makefile.orig Thu Aug 25 12:57:52 2005 ++++ Makefile Thu Aug 25 12:57:55 2005 +@@ -98,4 +98,3 @@ + .c.o: + $(OCAMLC) -c -ccopt "$(CFLAGS)" $< + +-include depend |