From a79cd7832f0154b7099bdeda5f9fbff6402d6760 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 12 Feb 2006 00:34:08 +0000 Subject: more changes --- src/cmd/upas/ml/dat.h | 2 +- src/cmd/upas/ml/mkfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/cmd/upas/ml') diff --git a/src/cmd/upas/ml/dat.h b/src/cmd/upas/ml/dat.h index 3527af50..5d23bae8 100644 --- a/src/cmd/upas/ml/dat.h +++ b/src/cmd/upas/ml/dat.h @@ -1,6 +1,6 @@ #include "../smtp/smtp.h" -#include "../smtp/y.tab.h" +#include "../smtp/rfc822.tab.h" typedef struct Addr Addr; struct Addr 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 -- cgit v1.2.3