mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r25735: make sure we include "config.h" as first header in
files generated from asn1_compile
metze
(This used to be commit 85f6b42221
)
This commit is contained in:
parent
5d482b634d
commit
b54fd3bac1
@ -45,7 +45,7 @@ foreach my $line (@lines) {
|
||||
$o_file = "$dirname/asn1_$output.o";
|
||||
print "$x_file: $header\n";
|
||||
print "$c_file: $dirname/asn1_$output.x\n";
|
||||
print "\t\@cp $x_file $c_file\n\n";
|
||||
print "\t\@echo \"#include \\\"config.h\\\"\" > $c_file && cat $x_file >> $c_file\n\n";
|
||||
push @x_files, $x_file;
|
||||
push @c_files, $c_file;
|
||||
push @o_files, $o_file;
|
||||
|
Loading…
Reference in New Issue
Block a user