Deal with generated files.
[openssl.git] / Configure
index cdcb027002f11a2dd6e6cb37530daa9cd75008e3..d54eb521bb8b9457866ba630638d61bbe499e3e7 100755 (executable)
--- 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>)
        {