aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mklocale
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1996-06-02 17:22:01 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1996-06-02 17:22:01 +0000
commit1d95dc910b964be4cb536afc0d28f341e4788f3d (patch)
treebd4b8eeaafb32744de0d97b55353c7fc8bab28a0 /usr.bin/mklocale
parent6b5139742ce86ee86ddf5e16675d5dfd66041185 (diff)
downloadsrc-1d95dc910b964be4cb536afc0d28f341e4788f3d.tar.gz
src-1d95dc910b964be4cb536afc0d28f341e4788f3d.zip
Notes
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 3235b0569ed3..f07bf46d7f6b 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 11da3d53fe65..0e2f1a9833b3 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]