aboutsummaryrefslogtreecommitdiffstats
path: root/makevms.com
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-24 22:59:40 +0000
committerBodo Möller <bodo@openssl.org>1999-05-24 22:59:40 +0000
commit58dc480ffd18007960569db728b93bab499d5deb (patch)
treecacaa0bbb2f68e9b494d91fbb4b4212d2698fda4 /makevms.com
parentd2eec3a6105c0e0d73e3b26598eaeff1a1c07a86 (diff)
downloadopenssl-58dc480ffd18007960569db728b93bab499d5deb.tar.gz
Last minute VMS updates for 0.9.3.
Submitted by: Richard Levitte
Diffstat (limited to 'makevms.com')
-rwxr-xr-xmakevms.com3
1 files changed, 2 insertions, 1 deletions
diff --git a/makevms.com b/makevms.com
index c8547dceec..628769ba08 100755
--- a/makevms.com
+++ b/makevms.com
@@ -47,6 +47,7 @@ $! VAXC For VAX C.
$! DECC For DEC C.
$! GNUC For GNU C.
$! LINK To only link the programs from existing object files.
+$! (not yet implemented)
$!
$! If you don't speficy a compiler, it will try to determine which
$! "C" compiler to use.
@@ -669,7 +670,7 @@ $ ELSE
$!
$! Check To See If The User Entered A Valid Paramter.
$!
-$ IF (P4.EQS."VAXC").OR.(P4.EQS."DECC").OR.(P4.EQS."GNUC").OR.(P4.EQS."LINK")
+$ IF (P4.EQS."VAXC").OR.(P4.EQS."DECC").OR.(P4.EQS."GNUC")!.OR.(P4.EQS."LINK")
$ THEN
$!
$! Check To See If The User Wanted To Just LINK.