summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/et_deps.pl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-10-25 20:13:06 +0200
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:43:35 +0100
commit3f073b4c6bfcd7e44fc3dd561874790200bd4d12 (patch)
tree67febfccf959a81051f2ba3c47ad3683e0240cd6 /source4/heimdal_build/et_deps.pl
parentb54fd3bac110ef80fcb5d7a1686768b8379506c5 (diff)
downloadsamba-3f073b4c6bfcd7e44fc3dd561874790200bd4d12.tar.gz
samba-3f073b4c6bfcd7e44fc3dd561874790200bd4d12.tar.bz2
samba-3f073b4c6bfcd7e44fc3dd561874790200bd4d12.zip
r25736: make sure we include "config.h" as first header
in code generated from et_compile metze (This used to be commit 8757b09052c5e07b23b8b50f7227f884201d9e98)
Diffstat (limited to 'source4/heimdal_build/et_deps.pl')
-rwxr-xr-xsource4/heimdal_build/et_deps.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal_build/et_deps.pl b/source4/heimdal_build/et_deps.pl
index 1ebe496618..2385dbd085 100755
--- a/source4/heimdal_build/et_deps.pl
+++ b/source4/heimdal_build/et_deps.pl
@@ -10,7 +10,7 @@ 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 "\t\@echo \"Compiling error table $file\"\n";
-print "\t\@\$(builddir)/heimdal_build/et_compile_wrapper.sh \$(srcdir) \$(builddir) $dirname bin/compile_et $file\n\n";
+print "\t\@\$(builddir)/heimdal_build/et_compile_wrapper.sh \$(srcdir) \$(builddir) $dirname bin/compile_et $file $source\n\n";
print "clean:: \n";
print "\t\@rm -f $header $source\n\n";