mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
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:
parent
c69d458ecc
commit
70a9df6c59
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue