summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/et_deps.pl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-27 15:55:43 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-27 15:55:43 +0200
commitfa2216584288813d2c3a507cc01e9a4cb0193130 (patch)
tree16c31f320961c50c41825afad907670370c8153a /source4/heimdal_build/et_deps.pl
parent04b7b013064e7fa942d739df1e1d5b0b608a2b3a (diff)
downloadsamba-fa2216584288813d2c3a507cc01e9a4cb0193130.tar.gz
samba-fa2216584288813d2c3a507cc01e9a4cb0193130.tar.bz2
samba-fa2216584288813d2c3a507cc01e9a4cb0193130.zip
Use variables for et files too.
(This used to be commit 953f796059e16ea082391cfd6a018531a2a5be4e)
Diffstat (limited to 'source4/heimdal_build/et_deps.pl')
-rwxr-xr-xsource4/heimdal_build/et_deps.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal_build/et_deps.pl b/source4/heimdal_build/et_deps.pl
index 2385dbd085..5ebab8692e 100755
--- a/source4/heimdal_build/et_deps.pl
+++ b/source4/heimdal_build/et_deps.pl
@@ -8,9 +8,9 @@ my $basename = basename($file);
my $header = "$dirname/$basename"; $header =~ s/\.et$/.h/;
my $source = "$dirname/$basename"; $source =~ s/\.et$/.c/;
-print "$header $source: $file bin/compile_et\n";
+print "$header $source: \$(heimdalsrcdir)/$file \$(ET_COMPILER)\n";
print "\t\@echo \"Compiling error table $file\"\n";
-print "\t\@\$(builddir)/heimdal_build/et_compile_wrapper.sh \$(srcdir) \$(builddir) $dirname bin/compile_et $file $source\n\n";
+print "\t\@\$(builddir)/heimdal_build/et_compile_wrapper.sh \$(srcdir) \$(builddir) $dirname \$(ET_COMPILER) \$(heimdalsrcdir)/$file $source\n\n";
print "clean:: \n";
print "\t\@rm -f $header $source\n\n";