aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/upas/ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/upas/ml')
-rw-r--r--src/cmd/upas/ml/dat.h2
-rw-r--r--src/cmd/upas/ml/mkfile4
2 files changed, 3 insertions, 3 deletions
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