diff options
Diffstat (limited to 'source4/heimdal_build/hcrypto-deps.pl')
-rwxr-xr-x | source4/heimdal_build/hcrypto-deps.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal_build/hcrypto-deps.pl b/source4/heimdal_build/hcrypto-deps.pl index 89054bf1fa..61dd832b6a 100755 --- a/source4/heimdal_build/hcrypto-deps.pl +++ b/source4/heimdal_build/hcrypto-deps.pl @@ -5,5 +5,5 @@ foreach (@ARGV) { my $old = $_; my $new = $old; $new =~ s/des/des\/hcrypto/g; my $dir = $old; - print "$new: $old heimdal/lib/des/hcrypto\n"; + print "$new: heimdal/lib/des/hcrypto\n"; } |