diff options
author | Russ Cox <rsc@swtch.com> | 2007-11-05 14:53:16 -0500 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2007-11-05 14:53:16 -0500 |
commit | 760f2fb6a9d0ce3b3deffae2ddcd799a9347337c (patch) | |
tree | b07968f5e26c090798265eba038dafdf177a1586 /src/libmach/mkfile | |
parent | 2640996af869dbdee7c0461c69a0c6e59ed58235 (diff) | |
download | plan9port-760f2fb6a9d0ce3b3deffae2ddcd799a9347337c.tar.gz plan9port-760f2fb6a9d0ce3b3deffae2ddcd799a9347337c.tar.bz2 plan9port-760f2fb6a9d0ce3b3deffae2ddcd799a9347337c.zip |
libmach: move machbyname, mach to crack.c to avoid OS X linker problem
Diffstat (limited to 'src/libmach/mkfile')
-rw-r--r-- | src/libmach/mkfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libmach/mkfile b/src/libmach/mkfile index 3f976be3..c218c2cf 100644 --- a/src/libmach/mkfile +++ b/src/libmach/mkfile @@ -27,7 +27,6 @@ OFILES=\ ieee.$O\ loc.$O\ localaddr.$O\ - mach.$O\ mach386.$O\ macho.$O\ machocorepower.$O\ |