diff options
author | Ori Bernstein <ori@markovcorp.com> | 2018-11-27 13:31:21 -0800 |
---|---|---|
committer | Ori Bernstein <ori@markovcorp.com> | 2018-11-27 13:31:21 -0800 |
commit | a819f7ccdc3ed6c63f50f23c0b17fa478604d821 (patch) | |
tree | 68224d8fa6387f15528b04941604c6782b57ea82 /mkfile | |
parent | eaf7496ed84ea1095c21ca5f22a555dc3156fc27 (diff) | |
download | mc-a819f7ccdc3ed6c63f50f23c0b17fa478604d821.tar.gz |
One more mkfile tweak for bootstrap.
Diffstat (limited to 'mkfile')
-rw-r--r-- | mkfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,8 +47,8 @@ bootstrap:V: $SUB config.h mk $MKFLAGS } ape/psh mk/bootstrap/bootstrap+Plan9-amd64.sh - ape/psh ./mbldwrap.sh - obj/mbld/mbld -o '' clean + cp obj/mbld/mbld xmbld + MBLD=./xmbld ape/psh ./mbldwrap.sh uninstall:V: $SUB config.h for(dir in $SUB)@{ |