Use $FIX_HEADER macro instead of calling fix-header directly.
From-SVN: r7952
This commit is contained in:
parent
809ab85718
commit
47685b9c8d
@ -347,7 +347,7 @@ do
|
||||
#define ${rel_source_ident}
|
||||
#endif
|
||||
EOF
|
||||
$original_dir/fix-header $rel_source_file tmp.h $abs_target_dir/$rel_source_file "$required_list" </dev/null
|
||||
${FIX_HEADER} $rel_source_file tmp.h $abs_target_dir/$rel_source_file "$required_list" </dev/null
|
||||
rm tmp.h
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user