1
0
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:
Jelmer Vernooij 2006-03-19 03:24:46 +00:00 committed by Gerald (Jerry) Carter
parent b580277032
commit b4796266c3

View File

@ -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";