summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-10-26 12:20:45 +0000
committerache <ache@FreeBSD.org>1997-10-26 12:20:45 +0000
commitb1616f974cbcf69eafde526cd52091b37d950940 (patch)
tree938aa66f2cfd4b1e13d72036194fb70951d04ecc /gnu
parent57825f045f1ca6e2a6c380c0e4d2fffdc88190eb (diff)
downloadFreeBSD-src-b1616f974cbcf69eafde526cd52091b37d950940.zip
FreeBSD-src-b1616f974cbcf69eafde526cd52091b37d950940.tar.gz
Add -funsigned-char to CFLAGS (for ctype macros)
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/awk/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/awk/Makefile b/gnu/usr.bin/awk/Makefile
index 57b631a..4790fc6 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
OpenPOWER on IntegriCloud