Add -funsigned-char to CFLAGS (for ctype macros)

This commit is contained in:
Andrey A. Chernov 1997-10-26 12:20:45 +00:00
parent ac1431c18d
commit a1838c23b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30731

View file

@ -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