minix/commands/awk/Makefile
Arun Thomas 5fa734b708 Awk build tweaks
-Make yacc invocation "less chatty to stderr" (again)
-Generate proctab.c (again)
2010-05-13 19:29:42 +00:00

18 lines
286 B
Makefile

.include <minix.own.mk>
PROG= awk
SRCS= awkgram.y b.c lex.c lib.c main.c parse.c proctab.c run.c tran.c
YHEADER= yes
QUIET_YACC= yes
build-tools: maketab
proctab.c: maketab
./maketab > proctab.c
maketab: awkgram.h maketab.c
CLEANFILES= maketab proctab.c
.include <minix.prog.mk>