ape: libap: do not set objtype in amd64 mkfile

None of the other arch specific mkfiles do
this and it causes a mk nuke run with any other
objtype to always nuke amd64.
This commit is contained in:
Jacob Moody 2023-11-11 16:58:43 +00:00
parent c69d458ecc
commit 70a9df6c59

View file

@ -1,5 +1,4 @@
APE=/sys/src/ape
objtype=amd64
<$APE/config
LIB=/$objtype/lib/ape/libap.a
OFILES=\
@ -17,4 +16,3 @@ OFILES=\
</sys/src/cmd/mksyslib
CFLAGS=$CFLAGS -c -D_POSIX_SOURCE -D_PLAN9_SOURCE