plan9fox/sys/src/cmd/upas/fs/mkfile
Ori Bernstein bd6747ccd0 upas/*: fix mkfile issues (thanks amavect)
Fixes 3 issues in our upas mkfiles:
- mk/mkfile and send/mkfile were rebuilding
  only the rfc822.tab.$O, even though the
  header also needed to be rebuilt.
- CLEANFILES had a pattern that  would not
  get expanded.
- Third, ../upas/mkfile was being included
  in the wrong place and making the wrong
  rule default.
2020-11-22 11:36:23 -08:00

31 lines
345 B
Makefile

</$objtype/mkfile
TARG=fs
LIB=../common/libcommon.a$O
OFILES=\
cache.$O\
fs.$O\
header.$O\
idx.$O\
imap.$O\
mbox.$O\
mdir.$O\
mtree.$O\
plan9.$O\
pop3.$O\
remove.$O\
rename.$O\
strtotm.$O\
tls.$O\
HFILES=\
../common/common.h\
dat.h\
</sys/src/cmd/mkone
<../mkupas
CFLAGS=$CFLAGS -I../common
acid:V:
$CC -a $CFLAGS fs.c>a$O