summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/asn1_deps.pl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-19 15:59:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:58:47 -0500
commitc2c79711191dc078c0979c79e7b9a570b290434f (patch)
treebc90b20fc98b7d27c48d558944fe68e2d90ba005 /source4/heimdal_build/asn1_deps.pl
parentafabd8dc6c807c10b551e27b8ec7064b27cd0593 (diff)
downloadsamba-c2c79711191dc078c0979c79e7b9a570b290434f.tar.gz
samba-c2c79711191dc078c0979c79e7b9a570b290434f.tar.bz2
samba-c2c79711191dc078c0979c79e7b9a570b290434f.zip
r14562: Use VPATH to solve strange heimdal dependencies
(This used to be commit 4d09ffa7f128e881fc891988ea672ae93a7ab45d)
Diffstat (limited to 'source4/heimdal_build/asn1_deps.pl')
-rwxr-xr-xsource4/heimdal_build/asn1_deps.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/heimdal_build/asn1_deps.pl b/source4/heimdal_build/asn1_deps.pl
index 44a4f21de9..9c4a65976b 100755
--- a/source4/heimdal_build/asn1_deps.pl
+++ b/source4/heimdal_build/asn1_deps.pl
@@ -21,9 +21,8 @@ if (not defined $options) {
}
my $header = "$dirname/$prefix.h";
-my $short_header = "$prefix.h";
-print "$short_header $header: $file bin/asn1_compile\n";
+print "$header: $file bin/asn1_compile\n";
print "\t\@echo \"Compiling ASN1 file $file\"\n";
print "\t\@cd $dirname && ../../../bin/asn1_compile $options $basename $prefix\n\n";