3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-05 19:00:26 +00:00

libs/fst: Fix filename references

This commit is contained in:
Krystine Sherwin 2024-10-17 07:05:23 +13:00
parent 2edb9397c3
commit c4a0845207
No known key found for this signature in database
3 changed files with 6 additions and 3 deletions

View file

@ -11,3 +11,6 @@ for src in *.c; do
mv -- "$src" "${src%.c}.cc"
done
mv config.h.bak config.h
sed -i -e 's,<config.h>,"config.h",' *.cc *.h
sed -i -e 's,"fastlz.c","fastlz.cc",' *.cc *.h