From f4e00a39c236bf7481c72bcc6d215900040c7cdf Mon Sep 17 00:00:00 2001 From: jtc Date: Fri, 2 Jul 1993 23:56:52 +0000 Subject: Updated to mawk 1.1.4 --- gnu/usr.bin/awk/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'gnu/usr.bin/awk/Makefile') diff --git a/gnu/usr.bin/awk/Makefile b/gnu/usr.bin/awk/Makefile index ce3a1055682..9e6cbf369ca 100644 --- a/gnu/usr.bin/awk/Makefile +++ b/gnu/usr.bin/awk/Makefile @@ -1,6 +1,5 @@ - PROG= awk -YACC= yacc -d +YACC= yacc CFLAGS+= -DMAWK -I. -I${.CURDIR} -I${.CURDIR}/rexp SRCS= parse.c scan.c memory.c main.c hash.c execute.c code.c \ da.c error.c init.c bi_vars.c cast.c print.c bi_funct.c \ @@ -9,7 +8,7 @@ SRCS= parse.c scan.c memory.c main.c hash.c execute.c code.c \ SRCS+= rexp.c rexp0.c rexp1.c rexp2.c rexp3.c rexpdb.c LDADD= -lm -ly -DPADD= ${LIBMATH} +DPADD= ${LIBMATH} ${LIB CLEANFILES+=parse.c parse.h .PATH: ${.CURDIR}/rexp @@ -19,5 +18,4 @@ parse.h parse.c: cat ${.CURDIR}/parse2.xc >> parse.c mv y.tab.h parse.h - .include -- cgit