diff options
| author | rsc <devnull@localhost> | 2006-02-12 00:34:08 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2006-02-12 00:34:08 +0000 |
| commit | a79cd7832f0154b7099bdeda5f9fbff6402d6760 (patch) | |
| tree | 96ee47d45125d551f535d94256cbfcb323a23295 /src/cmd/upas/smtp/mkfile | |
| parent | 7e61af5124e3843a8934da4e6be5e8fdc58d99dd (diff) | |
| download | plan9port-a79cd7832f0154b7099bdeda5f9fbff6402d6760.tar.gz plan9port-a79cd7832f0154b7099bdeda5f9fbff6402d6760.zip | |
more changes
Diffstat (limited to 'src/cmd/upas/smtp/mkfile')
| -rw-r--r-- | src/cmd/upas/smtp/mkfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cmd/upas/smtp/mkfile b/src/cmd/upas/smtp/mkfile index c4c7e053..9d5bf940 100644 --- a/src/cmd/upas/smtp/mkfile +++ b/src/cmd/upas/smtp/mkfile @@ -41,12 +41,13 @@ smtpd.tab.c: smtpd.y smtpd.h sed 's/yy/zz/g' < xxx > $target rm xxx -rfc822.tab.c: rfc822.y smtp.h +rfc822.tab.c rfc822.tab.h: rfc822.y smtp.h 9 yacc -d -o $target rfc822.y + mv y.tab.h rfc822.tab.h clean:V: rm -f *.[$OS] [$OS].$TARG smtpd.tab.c rfc822.tab.c y.tab.? y.debug $TARG -../common/libcommon.a +../common/libcommon.a: cd ../common; mk |
