f24fc113a7d2d245edba4fb601b591f7bbd543ce
Both wwstage targets transitively pull lib/strings via lib/strconv (strconv.ww has `use strings;`), but neither rule listed it as a prereq. A touch on lib/strings/strings.ww would not re-stamp the binaries, masking real changes in selfhost smoke tests. Verified: after the fix, touching lib/strings/strings.ww re-stamps exactly wwdump_ww + w6c_ww; w6a_ww / w6l_ww / ww_ww (no strconv use) stay put. 61/61 tests pass, 995_self_rebuild PASS.
Description
No description provided
Languages
C
89.4%
Python
7.2%
Makefile
2.3%
Shell
0.8%
Assembly
0.3%