summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/et_deps.pl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-08-01 16:53:52 +0200
committerStefan Metzmacher <metze@samba.org>2008-08-01 17:52:36 +0200
commitf4140cfdb0b415387329f51dcf087b86d3c90c5e (patch)
tree522a791f4e8bdefbc166c4b825caf63ae9a865cc /source4/heimdal_build/et_deps.pl
parent8dede49961b732a5c604b044e628b0553b387429 (diff)
downloadsamba-f4140cfdb0b415387329f51dcf087b86d3c90c5e.tar.gz
samba-f4140cfdb0b415387329f51dcf087b86d3c90c5e.tar.bz2
samba-f4140cfdb0b415387329f51dcf087b86d3c90c5e.zip
build: autogenerate heimdal basics
metze (This used to be commit f19d2182b802a49449cbb9e4e6334f223ceb284d)
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 5032d471c7..5914425998 100755
--- a/source4/heimdal_build/et_deps.pl
+++ b/source4/heimdal_build/et_deps.pl
@@ -8,6 +8,7 @@ my $basename = basename($file);
my $header = "$dirname/$basename"; $header =~ s/\.et$/.h/;
my $source = "$dirname/$basename"; $source =~ s/\.et$/.c/;
+print "basics:: $header\n";
print "$header $source: \$(heimdalsrcdir)/$file \$(ET_COMPILER)\n";
print "\t\@echo \"Compiling error table $file\"\n";
print "\t\@\$(heimdalbuildsrcdir)/et_compile_wrapper.sh \$(builddir) $dirname \$(ET_COMPILER) \$(call abspath,\$(heimdalsrcdir)/$file) $source\n\n";