48021ef39c
The diffutils recipe only ran cookbook_configure but never actually compiled or installed anything, leaving stage.tmp empty (4K). This caused redbear-mini to fail with a 4.0K INCOMPLETE stage and no diff/diff3 binaries in the final image. Add the missing make and make install steps, matching the pattern used by other autotools recipes (bison, findutils, etc.).