diff options
Diffstat (limited to 'source4/heimdal_build/hcrypto-deps.pl')
-rwxr-xr-x | source4/heimdal_build/hcrypto-deps.pl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source4/heimdal_build/hcrypto-deps.pl b/source4/heimdal_build/hcrypto-deps.pl deleted file mode 100755 index 0a2bba12a1..0000000000 --- a/source4/heimdal_build/hcrypto-deps.pl +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/perl -use strict; - -foreach (@ARGV) { - my $old = $_; - my $new = $old; $new =~ s/hcrypto/hcrypto\/hcrypto/g; - my $dir = $old; - print "$new: heimdal/lib/hcrypto/hcrypto\n"; -} |