Skip to content

turris-translations: simplify makefile

Karel Koci requested to merge turris-translations-simplify into master

This is simpler. It removes evals from defines that are evaluated. They were not necessary. We can just call define and it is placed to given location and evaluated together with rest of define. This decreases nesting in makefile.

Merge request reports