Update for the newly-updated gawk-3.0.6.

This commit is contained in:
Sheldon Hearn 2000-08-15 10:31:12 +00:00
parent 91cbd2eec0
commit 29fee37e7f

View File

@ -9,9 +9,9 @@
PROG= awk PROG= awk
SRCS= array.c awktab.y builtin.c eval.c field.c gawkmisc.c io.c main.c \ SRCS= array.c awktab.y builtin.c eval.c field.c gawkmisc.c io.c main.c \
msg.c node.c re.c version.c dfa.c getopt.c getopt1.c msg.c node.c re.c version.c dfa.c getopt.c getopt1.c
MAN1= doc/awk.1 MAN1= doc/gawk.1
YFLAGS= MLINKS= gawk.1 awk.1
# Important for ctype macros! # Important for ctype macros!
CFLAGS+= -funsigned-char CFLAGS+= -funsigned-char