Deal with generated files.

This commit is contained in:
Ben Laurie
1998-12-28 21:58:19 +00:00
parent 29c7896f13
commit 8d7ed6ff90
19 changed files with 21 additions and 2769 deletions

View File

@@ -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>)
{