summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorH. Peter Anvin (Intel) <hpa@zytor.com>2020-06-04 18:33:26 -0700
committerH. Peter Anvin (Intel) <hpa@zytor.com>2020-06-04 18:33:26 -0700
commitaaa863fbe430943b83489584077498843c34f037 (patch)
tree717f47e4d53f8588d937b3b55e5c7857116065d2 /tools
parentd23200584c299e375d4caf0bbd89052bdfeb53c0 (diff)
downloadnasm-aaa863fbe430943b83489584077498843c34f037.tar.gz
mkdep.pl: remove debugging print statement
Remove debugging print statement. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/mkdep.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/mkdep.pl b/tools/mkdep.pl
index b60b1b05..27342c7f 100755
--- a/tools/mkdep.pl
+++ b/tools/mkdep.pl
@@ -109,8 +109,6 @@ sub alldeps($$) {
sub convert_file($$) {
my($file,$sep) = @_;
- print STDERR "convert_file: $file\n";
-
my @fspec = (basename($file));
while ( ($file = dirname($file)) ne File::Spec->curdir() &&
$file ne File::Spec->rootdir() ) {