i have a mkfile which does: alljs=`{find -name '*.js'}
my_target:Q: ... $alljs my_recipe; and it breaks for files with spaces in pathname -- each space-separated token of pathname is treated as separate prerequisite. in Rc, i could set $ifs to bare LF and be done with it. can equivalent be done in Mk? -- dexen deVries [[[↓][→]]]