summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2020-07-05 21:16:41 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2020-07-05 21:16:41 +0200
commit24dcdb54b82c0c1cee7cf5d591afc5c64e56fa3a (patch)
treebd26a62c9aae434b8533f173ade9d249394a06d5
parentfc2a3496feb277add577903425058c5ca1f2a9af (diff)
downloadplan9front-24dcdb54b82c0c1cee7cf5d591afc5c64e56fa3a.tar.xz
imap4d: fix mkfile to have the correct default target
-rw-r--r--sys/src/cmd/upas/imap4d/mkfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/src/cmd/upas/imap4d/mkfile b/sys/src/cmd/upas/imap4d/mkfile
index bf5b9f71f..c751963fa 100644
--- a/sys/src/cmd/upas/imap4d/mkfile
+++ b/sys/src/cmd/upas/imap4d/mkfile
@@ -1,5 +1,4 @@
</$objtype/mkfile
-<../mkupas
OFILES=\
auth.$O\
@@ -28,9 +27,12 @@ HFILES=imap4d.h\
fns.h\
TARG=imap4d
+
UPDATE=\
mkfile\
$HFILES\
${OFILES:%.$O=%.c}\
</sys/src/cmd/mkone
+
+<../mkupas