r15278: Fix recreating symlink every time.
[kai/samba.git] / source4 / heimdal_build / hcrypto-deps.pl
index 89054bf1fa7b8cc305fafbc78ad1d95e3158a23d..61dd832b6ac9c251263ca31c93ad402bc7e9db51 100755 (executable)
@@ -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";
 }