summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-17 15:35:43 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-17 15:35:43 +0000
commit223ef1db4172f0d1897de78fa4594edaf982d37f (patch)
tree4b93eb648f175d3d4d96211e447c4eda084e3144 /Configure
parent01ad8195aa09193f2030555069fb0e740a143ff0 (diff)
Update auto generated comment.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
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 (<IN>)
{