diff options
author | Jacob Moody <moody@posixcafe.org> | 2023-11-11 16:58:43 +0000 |
---|---|---|
committer | Jacob Moody <moody@posixcafe.org> | 2023-11-11 16:58:43 +0000 |
commit | 70a9df6c59a5e9d6e54a9858235b16b753b860bd (patch) | |
tree | 2aa517950d541f60b7e60a22d65500bf1d6ae0ca | |
parent | c69d458eccd4f93752e6d8daf06d0f00831d1a83 (diff) |
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.
-rw-r--r-- | sys/src/ape/lib/ap/amd64/mkfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/src/ape/lib/ap/amd64/mkfile b/sys/src/ape/lib/ap/amd64/mkfile index 8f1d89824..01c04af47 100644 --- a/sys/src/ape/lib/ap/amd64/mkfile +++ b/sys/src/ape/lib/ap/amd64/mkfile @@ -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 - |