Removed code that makes each depend file a target.

This commit is contained in:
Janet B. Anderson
2006-12-20 15:25:36 +00:00
parent 75aa6bbf97
commit c5563644db

View File

@@ -85,11 +85,6 @@ sub printList{
print "$objFile : $file\n";
}
print "\n\n";
print "#Depend files must be targets to avoid 'No rule to make target ...' errors\n";
foreach $file (@includes) {
print "$file :\n";
}
select($old_handle) ; # in this case, STDOUT
}