diff options
author | Ori Bernstein <ori@eigenstate.org> | 2014-12-22 19:01:00 -0800 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2014-12-22 19:01:00 -0800 |
commit | e9f4727e6dbe517ea9a8f381e45f71137cbbf9ab (patch) | |
tree | 031488ad9db25b148aeca4a43140353be76041c8 /mkfile | |
parent | 44dc8c62e81aae1adf3f91f5c78e421c98079116 (diff) | |
download | mc-e9f4727e6dbe517ea9a8f381e45f71137cbbf9ab.tar.gz |
Use the right 'ar' command on plan9.
Diffstat (limited to 'mkfile')
-rw-r--r-- | mkfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ uninstall:V: $SUB config.h config.h: echo '#define Instroot "'/'"' > config.h echo '#define Asmcmd {"6a", "-o", NULL}' >> config.h + echo '#define Linkcmd {"ar", "ru", NULL}' >> config.h echo '#define Symprefix "_"' >> config.h echo '#define Defaultasm Plan9' >> config.h |