aboutsummaryrefslogtreecommitdiff
path: root/lang/ocaml/files/patch-camlp4-ocaml_src-lib::Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ocaml/files/patch-camlp4-ocaml_src-lib::Makefile')
-rw-r--r--lang/ocaml/files/patch-camlp4-ocaml_src-lib::Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/lang/ocaml/files/patch-camlp4-ocaml_src-lib::Makefile b/lang/ocaml/files/patch-camlp4-ocaml_src-lib::Makefile
deleted file mode 100644
index d3a97fbe1c94..000000000000
--- a/lang/ocaml/files/patch-camlp4-ocaml_src-lib::Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
---- camlp4/ocaml_src/lib/Makefile.orig Sun Dec 14 02:38:28 2003
-+++ camlp4/ocaml_src/lib/Makefile Sun Dec 14 02:38:55 2003
-@@ -43,6 +43,6 @@
-
- installopt:
- cp $(TARGET:.cma=.cmxa) *.cmx "$(LIBDIR)/camlp4/."
-- tar cf - $(TARGET:.cma=.$(A)) | (cd "$(LIBDIR)/camlp4/."; tar xf -)
-+ tar cf - $(TARGET:S/.cma$/.$(A)/) | (cd "$(LIBDIR)/camlp4/."; tar xf -)
-
- include .depend