diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-03 06:43:06 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:31:04 -0500 |
commit | 9c913ef5925c968d17e8656177cfce58cbace00d (patch) | |
tree | 603c2e05e34c0e336a8219f854a5d1e66455dae3 /source4/heimdal_build/et_deps.pl | |
parent | db28a320edb7cd3a24133f1054bb74c445388289 (diff) | |
download | samba-9c913ef5925c968d17e8656177cfce58cbace00d.tar.gz samba-9c913ef5925c968d17e8656177cfce58cbace00d.tar.xz 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-x | source4/heimdal_build/et_deps.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/heimdal_build/et_deps.pl b/source4/heimdal_build/et_deps.pl index d7be6074fe8..fef0618b586 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"; |