diff options
| author | jtc <jtc@NetBSD.org> | 1993-07-02 23:56:52 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1993-07-02 23:56:52 +0000 |
| commit | f4e00a39c236bf7481c72bcc6d215900040c7cdf (patch) | |
| tree | 52e2aaed1a2ff6e364820a186cf85c4b792e5626 /gnu/usr.bin/awk/Makefile | |
| parent | 8ebc845441169cc86d3f7c2b400125e254124a27 (diff) | |
Updated to mawk 1.1.4
Diffstat (limited to 'gnu/usr.bin/awk/Makefile')
| -rw-r--r-- | gnu/usr.bin/awk/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
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 <bsd.prog.mk> |
