summaryrefslogtreecommitdiffstats
path: root/bin/distdep
diff options
context:
space:
mode:
Diffstat (limited to 'bin/distdep')
-rw-r--r--bin/distdep2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/distdep b/bin/distdep
index 24af940..6bf9910 100644
--- a/bin/distdep
+++ b/bin/distdep
@@ -6,6 +6,6 @@
# removing all but the base name of other include files (since the Makefiles
# contain the logic for searching).
-($h,$_)=/\s*\\/?$h.$`:("","$h\n");
+($h,$_)=/\s*\\/?$h.$`:("",$h.$_);
s|( +/\S*)*( *)|$2?" \\\n ":""|eg;
#s|(([-\w\.]+)/)+([-\w\.]+)|\3|g;