summaryrefslogtreecommitdiff
path: root/sys/src/cmd/upas/fs
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2019-01-02 10:22:27 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2019-01-02 10:22:27 +0100
commitde8580ed9f8fa2d34ae01f5b73bb14263322824a (patch)
tree1048f30b124f3f237d7960093e085bdecd3d1055 /sys/src/cmd/upas/fs
parent2c6cc121339ade33ac5aa4b46356df1cd5469fbe (diff)
upas/fs: include mkupas in mkfile last to get default target
Diffstat (limited to 'sys/src/cmd/upas/fs')
-rw-r--r--sys/src/cmd/upas/fs/mkfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/src/cmd/upas/fs/mkfile b/sys/src/cmd/upas/fs/mkfile
index bbf141fc3..024c2f17b 100644
--- a/sys/src/cmd/upas/fs/mkfile
+++ b/sys/src/cmd/upas/fs/mkfile
@@ -1,5 +1,4 @@
</$objtype/mkfile
-<../mkupas
TARG=fs
@@ -33,5 +32,7 @@ UPDATE=\
</sys/src/cmd/mkone
CFLAGS=$CFLAGS -I../common
+<../mkupas
+
acid:V:
$CC -a $CFLAGS fs.c>a$O