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_2~64 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=43257b9f51de749262258668c77c2f0f99d7a15b;p=oweals%2Fopenssl.git Define CFLAGS as cflags on VMS as well Reviewed-by: Matt Caswell --- diff --git a/makevms.com b/makevms.com index 9624ef2404..f6b3ff28e4 100755 --- a/makevms.com +++ b/makevms.com @@ -651,7 +651,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'"" "