diff options
Diffstat (limited to 'lang/ocaml/files/patch-man::Makefile')
-rw-r--r-- | lang/ocaml/files/patch-man::Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/ocaml/files/patch-man::Makefile b/lang/ocaml/files/patch-man::Makefile index a78dc5e21e71..6bde352d81f6 100644 --- a/lang/ocaml/files/patch-man::Makefile +++ b/lang/ocaml/files/patch-man::Makefile @@ -1,8 +1,8 @@ ---- man/Makefile.orig Wed Nov 17 13:57:40 1999 -+++ man/Makefile Sun Feb 10 23:44:43 2002 -@@ -16,5 +16,3 @@ +--- man/Makefile.orig Thu Aug 1 21:43:47 2002 ++++ man/Makefile Thu Aug 1 21:44:03 2002 +@@ -18,5 +18,3 @@ install: - for i in *.m; do cp $$i $(MANDIR)/`basename $$i .m`.$(MANEXT); done -- echo '.so man$(MANEXT)/ocamlc.$(MANEXT)' > $(MANDIR)/ocamlc.opt.$(MANEXT) -- echo '.so man$(MANEXT)/ocamlopt.$(MANEXT)' > $(MANDIR)/ocamlopt.opt.$(MANEXT) + for i in *.m; do cp $$i $(DIR)/`basename $$i .m`.$(MANEXT); done +- echo '.so man$(MANEXT)/ocamlc.$(MANEXT)' > $(DIR)/ocamlc.opt.$(MANEXT) +- echo '.so man$(MANEXT)/ocamlopt.$(MANEXT)' > $(DIR)/ocamlopt.opt.$(MANEXT) |