From 43257b9f51de749262258668c77c2f0f99d7a15b 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 --- makevms.com | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makevms.com b/makevms.com index 9624ef240..f6b3ff28e 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'"" "