diff options
Diffstat (limited to 'lang/ocaml/files/patch-camlp4-meta::Makefile')
-rw-r--r-- | lang/ocaml/files/patch-camlp4-meta::Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/ocaml/files/patch-camlp4-meta::Makefile b/lang/ocaml/files/patch-camlp4-meta::Makefile deleted file mode 100644 index 9c5b0cb99abb..000000000000 --- a/lang/ocaml/files/patch-camlp4-meta::Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- camlp4/meta/Makefile.orig Sun Dec 14 02:40:05 2003 -+++ camlp4/meta/Makefile Sun Dec 14 02:40:20 2003 -@@ -49,7 +49,7 @@ - cp camlp4r$(EXE) "$(BINDIR)/." - if test -f camlp4r.opt; then \ - cp camlp4r.opt "$(BINDIR)/camlp4r.opt$(EXE)" ;\ -- for target in $(OBJSX) $(OBJSX:.cmx=.$(O)) ; do \ -+ for target in $(OBJSX) $(OBJSX:S/.cmx$/.$(O)/) ; do \ - if test -f $$target; then \ - cp $$target "$(LIBDIR)/camlp4/."; \ - fi; \ |