summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/et_deps.pl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-08-03 06:43:06 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:31:04 -0500
commit9c913ef5925c968d17e8656177cfce58cbace00d (patch)
tree603c2e05e34c0e336a8219f854a5d1e66455dae3 /source4/heimdal_build/et_deps.pl
parentdb28a320edb7cd3a24133f1054bb74c445388289 (diff)
downloadsamba-9c913ef5925c968d17e8656177cfce58cbace00d.tar.gz
samba-9c913ef5925c968d17e8656177cfce58cbace00d.tar.bz2
samba-9c913ef5925c968d17e8656177cfce58cbace00d.zip
r8994: Clean up some more autogenerated files so I can predict when I'm going to
break the build... (This used to be commit 1f31414f372bf930db0a65531e85ab5cb9a34723)
Diffstat (limited to 'source4/heimdal_build/et_deps.pl')
-rwxr-xr-xsource4/heimdal_build/et_deps.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/heimdal_build/et_deps.pl b/source4/heimdal_build/et_deps.pl
index d7be6074fe..fef0618b58 100755
--- a/source4/heimdal_build/et_deps.pl
+++ b/source4/heimdal_build/et_deps.pl
@@ -9,6 +9,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";
+print "\t\@echo \"Compiling error table $file\"\n";
print "\t\@cd $dirname && ../../../bin/compile_et $basename\n\n";
print "$header: $source\n";