Commit 47685b9c by Per Bothner

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

From-SVN: r7952
parent 809ab857
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment