r15278: Fix recreating symlink every time.
[bbaumbach/samba-autobuild/.git] / source / heimdal_build / hcrypto-deps.pl
1 #!/usr/bin/perl
2 use strict;
3
4 foreach (@ARGV) {
5         my $old = $_;
6         my $new = $old; $new =~ s/des/des\/hcrypto/g;
7         my $dir = $old; 
8         print "$new: heimdal/lib/des/hcrypto\n";
9 }