summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
Diffstat (limited to 'vms')
-rw-r--r--vms/README2
-rw-r--r--vms/make.com6
2 files changed, 4 insertions, 4 deletions
diff --git a/vms/README b/vms/README
index f49374b3..b43318ca 100644
--- a/vms/README
+++ b/vms/README
@@ -1,6 +1,6 @@
Copyright (C) 1992, 1997, 1998, 1999, 2000, 2001, 2002, 2004,
2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
-
+
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
diff --git a/vms/make.com b/vms/make.com
index c816966c..e1022487 100644
--- a/vms/make.com
+++ b/vms/make.com
@@ -12,12 +12,12 @@ $ ccopt = "/decc/prefix=all" + ccopt
$ endif
$ endif
$ if f$extract(1,3,f$getsyi("Version")) .lts. "7.0"
-$ then
+$ then
$ if f$search("x11vms:xvmsutils.olb").eqs.""
$ then
$ type sys$input
-To build grep on OpenVMS versions prior to 7.x you need to install the
-xvmsutils to get the close-/open-/readdir functions. The library can be
+To build grep on OpenVMS versions prior to 7.x you need to install the
+xvmsutils to get the close-/open-/readdir functions. The library can be
found at http://www.decus.de:8080/www/vms/sw/xvmsutils.htmlx
Exiting now