aboutsummaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1998-12-28 21:58:19 +0000
committerBen Laurie <ben@openssl.org>1998-12-28 21:58:19 +0000
commit8d7ed6ff90581cf34a00d59d301d8cc7da2efc54 (patch)
tree835d82f34d5adda8d5590c726188bb57567c0184 /Configure
parent29c7896f13b551f319cfb94bb25072813cbbb58b (diff)
downloadopenssl-8d7ed6ff90581cf34a00d59d301d8cc7da2efc54.zip
openssl-8d7ed6ff90581cf34a00d59d301d8cc7da2efc54.tar.gz
openssl-8d7ed6ff90581cf34a00d59d301d8cc7da2efc54.tar.bz2
Deal with generated files.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index cdcb027..d54eb52 100755
--- a/Configure
+++ b/Configure
@@ -327,7 +327,7 @@ if ($rmd160_obj =~ /\.o$/)
}
my $n=&file_new($Makefile);
-open(IN,"<".$Makefile) || die "unable to read $Makefile:$!\n";
+open(IN,'<Makefile.org') || die "unable to read $Makefile:$!\n";
open(OUT,">".$n) || die "unable to read $n:$!\n";
while (<IN>)
{