Skip to content

Commit

Permalink
Define CFLAGS as cflags on VMS as well
Browse files Browse the repository at this point in the history
Reviewed-by: Matt Caswell <matt@openssl.org>
(cherry picked from commit 43257b9)
  • Loading branch information
levitte committed Jan 13, 2015
1 parent 6099e62 commit e8e878b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makevms.com
Original file line number Diff line number Diff line change
Expand Up @@ -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'"" "
Expand Down

0 comments on commit e8e878b

Please sign in to comment.