Define CFLAGS as cflags on VMS as well
authorRichard Levitte <levitte@openssl.org>
Tue, 13 Jan 2015 21:04:58 +0000 (22:04 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 13 Jan 2015 23:16:21 +0000 (00:16 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
(cherry picked from commit 43257b9f51de749262258668c77c2f0f99d7a15b)

makevms.com

index e4f5a86b61580a6d70557e7aa1cfcd51358658ba..01ada3a57bf895b3dd35807c095101315d5ebee7 100755 (executable)
@@ -646,7 +646,7 @@ $   if (CFLAGS .nes. "") then CFLAGS = CFLAGS+ " "
 $   CFLAGS = CFLAGS+ "/DEFINE=ZLIB"
 $ endif
 $! 
-$ WRITE H_FILE "#define CFLAGS"
+$ WRITE H_FILE "#define CFLAGS cflags"
 $ WRITE H_FILE "static const char cflags[] = ""compiler: ''CFLAGS'"";"
 $ WRITE H_FILE "#define PLATFORM ""platform: VMS ''ARCHD' ''VMS_VERSION'"""
 $ WRITE H_FILE "#define DATE ""built on: ''TIME'"" "