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
This commit is contained in:
Pau Espin 2021-10-22 23:02:27 +02:00
parent dba8b0c334
commit 44481e435e
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ collect_sed_commands() {
shift shift
echo "s,^#include \"$fname\"$,#include <$include_subdir/$fname>," echo "s,^#include \"$fname\"$,#include <$include_subdir/$fname>,"
echo "s, \* \tfound in \"${base_dir}, * \tfound in \"../..,"
done done
} }