应用笔记 / 经验分享 · 2024年1月15日

Soved — OpenWRT make error “No rule to make target ‘compat/column.in’, needed by ‘po/quilt.pot’. Stop”

It seems that make runs target compat (which deletes the file “compat/column.in”) before target po/quilt.pot. This order must be reversed.

I fix it in the file tools/quilt/Makefile, replacing the line:

with: