From: Richard Levitte Date: Tue, 13 Jan 2015 21:04:58 +0000 (+0100) Subject: Define CFLAGS as cflags on VMS as well X-Git-Tag: OpenSSL_1_0_1l~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e8e878bec7d547dcfe92de995ec71ca7ea71aa58;p=oweals%2Fopenssl.git Define CFLAGS as cflags on VMS as well Reviewed-by: Matt Caswell (cherry picked from commit 43257b9f51de749262258668c77c2f0f99d7a15b) --- diff --git a/makevms.com b/makevms.com index e4f5a86b61..01ada3a57b 100755 --- a/makevms.com +++ b/makevms.com @@ -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'"" "