summaryrefslogtreecommitdiffstats
path: root/source/heimdal_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-19 03:24:46 +0000
committerJelmer Vernooij <jelmer@samba.org>2006-03-19 03:24:46 +0000
commitaf359e25e557d608c233614e4d5dfcc28fc1a4e2 (patch)
treeb4506d351a166c768d6c518a7eb774d1aaafaea5 /source/heimdal_build
parentf82df9af3546437fd0ed9c348f6253ac8e8a975d (diff)
downloadsamba-af359e25e557d608c233614e4d5dfcc28fc1a4e2.tar.gz
samba-af359e25e557d608c233614e4d5dfcc28fc1a4e2.tar.xz
samba-af359e25e557d608c233614e4d5dfcc28fc1a4e2.zip
r14557: Add hack for asn1 files
Diffstat (limited to 'source/heimdal_build')
-rwxr-xr-xsource/heimdal_build/et_deps.pl5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/heimdal_build/et_deps.pl b/source/heimdal_build/et_deps.pl
index fef0618b586..82bea621ae6 100755
--- a/source/heimdal_build/et_deps.pl
+++ b/source/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";