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/ml/mkfile | |
parent | 7e61af5124e3843a8934da4e6be5e8fdc58d99dd (diff) | |
download | plan9port-a79cd7832f0154b7099bdeda5f9fbff6402d6760.tar.gz plan9port-a79cd7832f0154b7099bdeda5f9fbff6402d6760.tar.bz2 plan9port-a79cd7832f0154b7099bdeda5f9fbff6402d6760.zip |
more changes
Diffstat (limited to 'src/cmd/upas/ml/mkfile')
-rw-r--r-- | src/cmd/upas/ml/mkfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/upas/ml/mkfile b/src/cmd/upas/ml/mkfile index 1a384108..8eca4f08 100644 --- a/src/cmd/upas/ml/mkfile +++ b/src/cmd/upas/ml/mkfile @@ -14,7 +14,7 @@ UHFILES= ../common/common.h\ dat.h\ HFILES=$UHFILES\ - ../smtp/y.tab.h\ + ../smtp/rfc822.tab.h\ LIB=../common/libcommon.a @@ -25,7 +25,7 @@ CFLAGS=$CFLAGS -I../common $O.ml: ../smtp/rfc822.tab.$O $O.mlowner: ../smtp/rfc822.tab.$O -../smtp/y.tab.h ../smtp/rfc822.tab.$O: +../smtp/rfc822.tab.h ../smtp/rfc822.tab.$O: ( cd ../smtp mk rfc822.tab.$O |