diff options
author | Ori Bernstein <ori@eigenstate.org> | 2014-12-25 23:49:49 -0800 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2014-12-25 23:49:49 -0800 |
commit | 2ae44d1d451a3d8834c3fb47993ba2fc20d3a343 (patch) | |
tree | a903b19cdcb2b25302c93c94de56266c8ef9b969 /mkfile | |
parent | a349fd1e69f7381661b772b84d910e2e0ad807c4 (diff) | |
download | mc-2ae44d1d451a3d8834c3fb47993ba2fc20d3a343.tar.gz |
Handle objfile suffixes correctly.
Diffstat (limited to 'mkfile')
-rw-r--r-- | mkfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -41,10 +41,11 @@ uninstall:V: $SUB config.h } config.h: - echo '#define Instroot "'/'"' > config.h + echo '#define Instroot "/amd64"' > config.h echo '#define Asmcmd {"6a", "-o", NULL}' >> config.h echo '#define Arcmd {"ar", "ru", NULL}' >> config.h echo '#define Ldcmd {"6l", "-l", "-o", NULL}' >> config.h echo '#define Symprefix ""' >> config.h echo '#define Defaultasm Plan9' >> config.h + echo '#define Objsuffix ".6"' >> config.h |