2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00

Remove debug print

[SVN r59830]
This commit is contained in:
Vladimir Prus
2010-02-21 23:42:19 +00:00
parent b170b53c38
commit 1fcdde9bea

View File

@@ -811,7 +811,6 @@ rule quote-rpath ( targets * )
if ! [ MATCH "('.*')" : $(r) ]
{
r = "\"$(r)\"" ;
ECHO "Yeah" $(r) ;
}
RPATH on $(targets) = $(r) ;
}