mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-29 01:03:29 +02:00
Pattern rules that move .d files into dep/ do not depend on the dep directory target, so parallel make can attempt the move before the directory exists. Add dep as an order-only prerequisite to all affected pattern rules. Bug: https://bugs.gentoo.org/880921 Bug: https://bugs.gentoo.org/911647 Bug: https://bugs.gentoo.org/917344 Closes: https://github.com/steveicarus/iverilog/issues/1314 Signed-off-by: Huang Rui <[email protected]>