summaryrefslogtreecommitdiff
path: root/lib/Automake/Rule.pm
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2003-12-10 17:20:06 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2003-12-10 17:20:06 +0000
commitf69c59b89610d54bdd67e4677458baf9cbf1b0e7 (patch)
treec30d7c262d671a34975e3870be534c9a1bb99417 /lib/Automake/Rule.pm
parentc24bd61365fd90e46575f3192d4ae474fc6286df (diff)
downloadautomake-f69c59b89610d54bdd67e4677458baf9cbf1b0e7.tar.gz
* lib/Automake/Rule.pm (define): Remove debugging traces.
Report from Akim Demaille.
Diffstat (limited to 'lib/Automake/Rule.pm')
-rw-r--r--lib/Automake/Rule.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Automake/Rule.pm b/lib/Automake/Rule.pm
index f92c893e9..1dd3ce868 100644
--- a/lib/Automake/Rule.pm
+++ b/lib/Automake/Rule.pm
@@ -581,9 +581,6 @@ sub define ($$$$$)
&& $tdef
&& $noexerule->name ne $target)
{
- print "1. $noexe\n";
- print "2. $target\n";
- print "3. " . $noexerule->name . "\n";
# The no-exeext option enables this feature.
if (! option 'no-exeext')
{