Make output from openssl version -f consistent with previous versions
[openssl.git] / util / mk1mf.pl
index e3d6c30de311bc937a5ee16a2bbd5379f49e5b28..f3f5d68fa3ff54d55a621a8a7bb875731c6598e2 100755 (executable)
@@ -836,7 +836,7 @@ open (OUT,">>crypto/buildinf.h") || die "Can't open buildinf.h";
 printf OUT <<EOF;
 #ifdef $platform_cpp_symbol
   /* auto-generated/updated by util/mk1mf.pl for crypto/cversion.c */
-  #define CFLAGS "$cc $cflags"
+  #define CFLAGS "compiler: $cc $cflags"
   #define PLATFORM "$platform"
 EOF
 printf OUT "  #define DATE \"%s\"\n", scalar gmtime();