From c5563644dba6b4a7deed54556b67e4dbb39efd7f Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 20 Dec 2006 15:25:36 +0000 Subject: [PATCH] Removed code that makes each depend file a target. --- configure/tools/mkmf.pl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure/tools/mkmf.pl b/configure/tools/mkmf.pl index 3208cf25f..d540ea46a 100755 --- a/configure/tools/mkmf.pl +++ b/configure/tools/mkmf.pl @@ -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 }