From e8e878bec7d547dcfe92de995ec71ca7ea71aa58 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 13 Jan 2015 22:04:58 +0100 Subject: [PATCH] Define CFLAGS as cflags on VMS as well Reviewed-by: Matt Caswell (cherry picked from commit 43257b9f51de749262258668c77c2f0f99d7a15b) --- makevms.com | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'"" " -- 2.25.1