summaryrefslogtreecommitdiffstats
path: root/usr.bin/mklocale
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-06-02 17:22:01 +0000
committerphk <phk@FreeBSD.org>1996-06-02 17:22:01 +0000
commitb5bea7dc4e3284c0692212c90e474538860e40d4 (patch)
treebd4b8eeaafb32744de0d97b55353c7fc8bab28a0 /usr.bin/mklocale
parent3b816e03a0ab1f42e628a571dd51ebe8fc8cdc6d (diff)
downloadFreeBSD-src-b5bea7dc4e3284c0692212c90e474538860e40d4.zip
FreeBSD-src-b5bea7dc4e3284c0692212c90e474538860e40d4.tar.gz
Backout yacc changes.
Diffstat (limited to 'usr.bin/mklocale')
-rw-r--r--usr.bin/mklocale/Makefile2
-rw-r--r--usr.bin/mklocale/lex.l2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mklocale/Makefile b/usr.bin/mklocale/Makefile
index 3235b05..f07bf46 100644
--- a/usr.bin/mklocale/Makefile
+++ b/usr.bin/mklocale/Makefile
@@ -3,7 +3,7 @@
PROG= mklocale
SRCS= yacc.c lex.c
CFLAGS+=-I.
-CLEANFILES+=yacc.tab.h yacc.c lex.c
+CLEANFILES+=y.tab.h yacc.c lex.c
MAN1= mklocale.1
SUBDIR= data
diff --git a/usr.bin/mklocale/lex.l b/usr.bin/mklocale/lex.l
index 11da3d5..0e2f1a9 100644
--- a/usr.bin/mklocale/lex.l
+++ b/usr.bin/mklocale/lex.l
@@ -44,7 +44,7 @@ static char sccsid[] = "@(#)lex.l 8.1 (Berkeley) 6/6/93";
#include <stdlib.h>
#include "ldef.h"
-#include "yacc.tab.h"
+#include "y.tab.h"
%}
ODIGIT [0-7]
OpenPOWER on IntegriCloud