diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-08-01 16:53:52 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-08-01 17:52:36 +0200 |
commit | f4140cfdb0b415387329f51dcf087b86d3c90c5e (patch) | |
tree | 522a791f4e8bdefbc166c4b825caf63ae9a865cc /source4/heimdal_build/et_deps.pl | |
parent | 8dede49961b732a5c604b044e628b0553b387429 (diff) | |
download | samba-f4140cfdb0b415387329f51dcf087b86d3c90c5e.tar.gz |
build: autogenerate heimdal basics
metze
(This used to be commit f19d2182b802a49449cbb9e4e6334f223ceb284d)
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 5032d471c79..59144259987 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"; |