move-asn1-header-files.sh: Replace original asn file path in generated asn1 header files
This makes builds reproducible and keep the existing relative path.
This should have been done in a previous commit changing the paths being
passed to asn1c to be absolute (top_srcdir).
Fixes: f67803684f
Change-Id: I19537f136cbb654950172ee532027920d353a556
changes/03/25903/1
parent
dba8b0c334
commit
44481e435e
|
@ -22,6 +22,7 @@ collect_sed_commands() {
|
|||
shift
|
||||
|
||||
echo "s,^#include \"$fname\"$,#include <$include_subdir/$fname>,"
|
||||
echo "s, \* \tfound in \"${base_dir}, * \tfound in \"../..,"
|
||||
done
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue