summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/et_deps.pl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-19 03:24:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:58:46 -0500
commit356b73920732e409956997197529f7bcaa91f3be (patch)
tree63b5b0c8bee3389dc786208432352b86141cd607 /source4/heimdal_build/et_deps.pl
parent7b01c9e0c464c37ee878ada65fef2c67f1f55e53 (diff)
downloadsamba-356b73920732e409956997197529f7bcaa91f3be.tar.gz
samba-356b73920732e409956997197529f7bcaa91f3be.tar.bz2
samba-356b73920732e409956997197529f7bcaa91f3be.zip
r14557: Add hack for asn1 files
(This used to be commit b4796266c3dcd000a034c94ed2ff249735d5db92)
Diffstat (limited to 'source4/heimdal_build/et_deps.pl')
-rwxr-xr-xsource4/heimdal_build/et_deps.pl5
1 files changed, 2 insertions, 3 deletions
diff --git a/source4/heimdal_build/et_deps.pl b/source4/heimdal_build/et_deps.pl
index fef0618b58..82bea621ae 100755
--- a/source4/heimdal_build/et_deps.pl
+++ b/source4/heimdal_build/et_deps.pl
@@ -8,8 +8,7 @@ my $basename = basename($file);
my $header = $file; $header =~ s/\.et$/.h/;
my $source = $file; $source =~ s/\.et$/.c/;
-print "$source: $file bin/compile_et\n";
+my $short_header = $header; $short_header =~ s/(.*)\///g;
+print "$short_header $header $source: $file bin/compile_et\n";
print "\t\@echo \"Compiling error table $file\"\n";
print "\t\@cd $dirname && ../../../bin/compile_et $basename\n\n";
-
-print "$header: $source\n";