mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r14557: Add hack for asn1 files
This commit is contained in:
parent
b580277032
commit
b4796266c3
@ -8,8 +8,7 @@ my $basename = basename($file);
|
||||
|
||||
my $header = $file; $header =~ s/\.et$/.h/;
|
||||
my $source = $file; $source =~ s/\.et$/.c/;
|
||||
print "$source: $file bin/compile_et\n";
|
||||
my $short_header = $header; $short_header =~ s/(.*)\///g;
|
||||
print "$short_header $header $source: $file bin/compile_et\n";
|
||||
print "\t\@echo \"Compiling error table $file\"\n";
|
||||
print "\t\@cd $dirname && ../../../bin/compile_et $basename\n\n";
|
||||
|
||||
print "$header: $source\n";
|
||||
|
Loading…
Reference in New Issue
Block a user