here's hoping gmail doesn't mangle the hell outta this. Sending as an attachment as well in case it does. Updated for the first time in a while today and was flummoxed for a bit before figuring this out. A bit surprised that rc doesn't just do the right thing here, but it's easy enough to fix. - sam-d --- diff -r 1639f326a090 sys/src/cmd/7l/mkfile --- a/sys/src/cmd/7l/mkfile Tue Apr 14 02:04:54 2020 +0000 +++ b/sys/src/cmd/7l/mkfile Tue Apr 14 02:36:54 2020 +0000 @@ -29,7 +29,7 @@ @ { cd ../7c; mk enam.c } cnam.c: l.h mkcname - rc mkcname + rc ./mkcname enam.$O: ../7c/enam.c $CC $CFLAGS ../7c/enam.c diff -r 1639f326a090 sys/src/cmd/ql/mkfile --- a/sys/src/cmd/ql/mkfile Tue Apr 14 02:04:54 2020 +0000 +++ b/sys/src/cmd/ql/mkfile Tue Apr 14 02:36:54 2020 +0000 @@ -26,5 +26,5 @@ enam.$O: ../qc/enam.c $CC $CFLAGS ../qc/enam.c cnam.c: l.h - rc mkcname + rc ./mkcname compat.$O: ../cc/compat