Use $FIX_HEADER macro instead of calling fix-header directly.

From-SVN: r7952
This commit is contained in:
Per Bothner 1994-08-19 16:49:28 -07:00
parent 809ab85718
commit 47685b9c8d

View File

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