summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/asn1_deps.pl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-19 03:39:48 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:58:46 -0500
commit0f98a4d45182e37eaed811e43742b7389c42e1d7 (patch)
tree5cb01dee5635aefa9d819cf085ed3b02704e2094 /source4/heimdal_build/asn1_deps.pl
parent356b73920732e409956997197529f7bcaa91f3be (diff)
downloadsamba-0f98a4d45182e37eaed811e43742b7389c42e1d7.tar.gz
samba-0f98a4d45182e37eaed811e43742b7389c42e1d7.tar.bz2
samba-0f98a4d45182e37eaed811e43742b7389c42e1d7.zip
r14558: Another two more static dependencies...
(This used to be commit 9938b7391ddc558e4962e342180738ce9891180e)
Diffstat (limited to 'source4/heimdal_build/asn1_deps.pl')
-rwxr-xr-xsource4/heimdal_build/asn1_deps.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/heimdal_build/asn1_deps.pl b/source4/heimdal_build/asn1_deps.pl
index 9c4a65976b..44a4f21de9 100755
--- a/source4/heimdal_build/asn1_deps.pl
+++ b/source4/heimdal_build/asn1_deps.pl
@@ -21,8 +21,9 @@ if (not defined $options) {
}
my $header = "$dirname/$prefix.h";
+my $short_header = "$prefix.h";
-print "$header: $file bin/asn1_compile\n";
+print "$short_header $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";