summaryrefslogtreecommitdiffstats
path: root/usr.bin/mk_cmds
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-05-30 23:05:55 +0000
committerphk <phk@FreeBSD.org>1996-05-30 23:05:55 +0000
commitc56c9536d4192c553e803ba060e1fe6c2faa7d25 (patch)
treea6f1fd6c2b634455d7d08ff684cb1e771365ed10 /usr.bin/mk_cmds
parentd5d5efa444376f85451df3076034de9301219ecb (diff)
downloadFreeBSD-src-c56c9536d4192c553e803ba060e1fe6c2faa7d25.zip
FreeBSD-src-c56c9536d4192c553e803ba060e1fe6c2faa7d25.tar.gz
yacc rule changes.
Diffstat (limited to 'usr.bin/mk_cmds')
-rw-r--r--usr.bin/mk_cmds/Makefile6
-rw-r--r--usr.bin/mk_cmds/cmd_tbl.l2
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/mk_cmds/Makefile b/usr.bin/mk_cmds/Makefile
index a240c05..f9c2878 100644
--- a/usr.bin/mk_cmds/Makefile
+++ b/usr.bin/mk_cmds/Makefile
@@ -1,13 +1,13 @@
-# $Id$
+# $Id: Makefile,v 1.1 1995/01/19 22:27:57 wollman Exp $
PROG= mk_cmds
#
-# NB: ct.c must come before cmd_tbl.c so that y.tab.h will be generated.
+# NB: ct.c must come before cmd_tbl.c so that ct.tab.h will be generated.
#
SRCS= mk_cmds.c options.c utils.c ct.c cmd_tbl.c
CFLAGS+= -I. -I${.CURDIR}/../../lib/libss -DIN_MK_CMDS
LFLAGS= -l
-CLEANFILES+= y.tab.c y.tab.h lex.yy.c cmd_tbl.c ct.c
+CLEANFILES+= ct.tab.h cmd_tbl.c ct.c
NOMAN= # XXX
LDADD+= -ll
diff --git a/usr.bin/mk_cmds/cmd_tbl.l b/usr.bin/mk_cmds/cmd_tbl.l
index 15b31c6..03d05bd 100644
--- a/usr.bin/mk_cmds/cmd_tbl.l
+++ b/usr.bin/mk_cmds/cmd_tbl.l
@@ -6,7 +6,7 @@
*/
#include <string.h>
-#include "y.tab.h"
+#include "ct.tab.h"
#include "copyright.h"
extern char *last_token, *ds();
OpenPOWER on IntegriCloud