From: Dr. Stephen Henson Date: Thu, 17 Feb 2011 15:35:43 +0000 (+0000) Subject: Update auto generated comment. X-Git-Tag: OpenSSL-fips-2_0-rc1~732 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=223ef1db4172f0d1897de78fa4594edaf982d37f;p=oweals%2Fopenssl.git Update auto generated comment. --- diff --git a/Configure b/Configure index 2ee7d4d3d9..c87c316b6c 100755 --- a/Configure +++ b/Configure @@ -1579,7 +1579,7 @@ my $mforg = $fipscanisteronly ? "Makefile.fips" : "Makefile.org"; open(IN,"<$mforg") || die "unable to read $mforg:$!\n"; unlink("$Makefile.new") || die "unable to remove old $Makefile.new:$!\n" if -e "$Makefile.new"; open(OUT,">$Makefile.new") || die "unable to create $Makefile.new:$!\n"; -print OUT "### Generated automatically from Makefile.org by Configure.\n\n"; +print OUT "### Generated automatically from $mforg by Configure.\n\n"; my $sdirs=0; while () {