diff options
-rw-r--r-- | make/utilities.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/make/utilities.pm b/make/utilities.pm index a4133de06..fa7375da5 100644 --- a/make/utilities.pm +++ b/make/utilities.pm @@ -18,7 +18,6 @@ sub make_rpath($) while ($data =~ /-L(\S+)/) { $libpath = $1; - chomp($libpath); if (!exists $already_added{$libpath}) { print "Adding extra library path \033[1;32m$libpath\033[0m ...\n"; |