diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-08 08:17:54 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-08 08:17:54 +0200 |
commit | 4b6506cb576afcf6e67adb63cbdc2843ab11a2ef (patch) | |
tree | 97e05bb42f021052c6bf1ca9e94fd1110d66cc5e /sys/src/ape/lib/9 | |
parent | ebe88f34cb1823dd2d8f0f7428ce69c7a983397a (diff) |
ape: fix build for objtype=spim
Diffstat (limited to 'sys/src/ape/lib/9')
-rw-r--r-- | sys/src/ape/lib/9/mkfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/src/ape/lib/9/mkfile b/sys/src/ape/lib/9/mkfile index 1715e62f8..c040695df 100644 --- a/sys/src/ape/lib/9/mkfile +++ b/sys/src/ape/lib/9/mkfile @@ -20,6 +20,9 @@ OFILES=errstr.$O\ CFLAGS=-c $CFLAGS -D_POSIX_SOURCE -D_PLAN9_SOURCE +%.0: mips/%.s + $AS $prereq + %.$O: $objtype/%.s $AS $prereq |