mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s4:heimdal_build: fix the build with --enable-automatic-dependencies
We need to create the header file before we generate the source file. metze
This commit is contained in:
parent
e29cbda452
commit
d1457b6648
@ -35,7 +35,7 @@ print "\t\@\$(heimdalbuildsrcdir)/asn1_compile_wrapper.sh \$(builddir) $dirname
|
||||
print "$headerx: $output_file\n";
|
||||
print "$header: $headerx\n";
|
||||
print "\t\@cp $headerx $header\n";
|
||||
print "$x_file: $output_file\n";
|
||||
print "$x_file: $header\n";
|
||||
print "$c_file: $x_file\n";
|
||||
print "\t\@echo \"#include \\\"config.h\\\"\" > $c_file && cat $x_file >> $c_file\n\n";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user