diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 18:52:16 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 18:52:16 +0000 |
commit | cf0dfa2f18cead35804e200856d49235906a54d0 (patch) | |
tree | 42beaad1a349f6895a27d40f022c8f6d4b0c34c3 /src/Make_vms.mms | |
parent | e590119ea73e5afa0ee5b5a95047ddd8fb59de52 (diff) | |
download | vim-git-cf0dfa2f18cead35804e200856d49235906a54d0.tar.gz |
updated for version 7.1b
Diffstat (limited to 'src/Make_vms.mms')
-rw-r--r-- | src/Make_vms.mms | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Make_vms.mms b/src/Make_vms.mms index 524d9b485..b4f9be685 100644 --- a/src/Make_vms.mms +++ b/src/Make_vms.mms @@ -2,7 +2,7 @@ # Makefile for Vim on OpenVMS # # Maintainer: Zoltan Arpadffy <arpadffy@polarhome.com> -# Last change: 2006 Sep 04 +# Last change: 2007 May 07 # # This has script been tested on VMS 6.2 to 8.2 on DEC Alpha, VAX and IA64 # with MMS and MMK @@ -326,7 +326,7 @@ all : [.auto]config.h mmk_compat motif_env gtk_env perl_env python_env tcl_env r mmk_compat : -@ open/write pd pathdef.c -@ write pd "/* Empty file to satisfy MMK depend. */" - -@ write pd "/* It will be owerwritten later on... */" + -@ write pd "/* It will be overwritten later on... */" -@ close pd clean : -@ if "''F$SEARCH("*.exe")'" .NES. "" then delete/noconfirm/nolog *.exe;* @@ -431,7 +431,7 @@ perl_env : -@ show symbol perl -@ open/write pd if_perl.c -@ write pd "/* Empty file to satisfy MMK depend. */" - -@ write pd "/* It will be owerwritten later on... */" + -@ write pd "/* It will be overwritten later on... */" -@ close pd -@ write sys$output "creating OS_VMS_PERL.OPT file." -@ open/write opt_file OS_VMS_PERL.OPT |