diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-10-26 12:20:45 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-10-26 12:20:45 +0000 |
| commit | a1838c23b7cfd8f26ca66ce311cdcc6cb8dba730 (patch) | |
| tree | 74b8266229182b4980c05d1ed5fda811394b331e /gnu/usr.bin/awk | |
| parent | ac1431c18d79cb068ca123ed43cc7bc6f79f68c3 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/awk')
| -rw-r--r-- | gnu/usr.bin/awk/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/awk/Makefile b/gnu/usr.bin/awk/Makefile index 57b631ac56ec..4790fc66d082 100644 --- a/gnu/usr.bin/awk/Makefile +++ b/gnu/usr.bin/awk/Makefile @@ -1,6 +1,6 @@ # Makefile copyright James Raynard (jraynard@freebsd.org) 1997 # -# $Id: Makefile,v 1.7 1997/10/14 18:32:33 jraynard Exp $ +# $Id: Makefile,v 1.8 1997/10/15 14:01:31 ache Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -13,6 +13,9 @@ MAN1= doc/awk.1 YACC = bison -y +# Important for ctype macros! +CFLAGS+= -funsigned-char + CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../../contrib/awk CFLAGS+= -DHAVE_CONFIG_H -DGAWK -DDEFPATH=\".\" CLEANFILES +=awktab.c y.output y.tab.h |
