summaryrefslogtreecommitdiff
path: root/sys/src/cmd/mothra/libpanel
diff options
context:
space:
mode:
authorOri Bernstein <ori@eigenstate.org>2021-08-03 02:10:10 +0000
committerOri Bernstein <ori@eigenstate.org>2021-08-03 02:10:10 +0000
commit7f832df53d2a1d45fb7c7b2129e56b6b9e855682 (patch)
treee821b46c273445d701ca0e506076d87545220534 /sys/src/cmd/mothra/libpanel
parentedfc72b500999863c2adbe29d6677577c3d62122 (diff)
libpanel: rename to match clean rule
when running 'mk clean', we get a stray libpanel.$O.a, because our 'mk clean' rule expects libpanel.a$O. This causes build failures after mk clean on a symbol change.
Diffstat (limited to 'sys/src/cmd/mothra/libpanel')
-rw-r--r--sys/src/cmd/mothra/libpanel/mkfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/mothra/libpanel/mkfile b/sys/src/cmd/mothra/libpanel/mkfile
index 5939cb6a6..dd04e3e3d 100644
--- a/sys/src/cmd/mothra/libpanel/mkfile
+++ b/sys/src/cmd/mothra/libpanel/mkfile
@@ -1,6 +1,6 @@
</$objtype/mkfile
-LIB=libpanel.$O.a
+LIB=libpanel.a$O
OFILES=\
button.$O\
canvas.$O\