summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-08-31 11:15:49 +0000
committerbde <bde@FreeBSD.org>2001-08-31 11:15:49 +0000
commitcca4d5358a7b22fd3b3c0468db6cd03c896ed10a (patch)
tree2797558fe52bb782b0bf714e3ea2811f36901b5f /gnu
parent7ae51c7d3fcedeea830d1b4c6a1185ab48cf009a (diff)
downloadFreeBSD-src-cca4d5358a7b22fd3b3c0468db6cd03c896ed10a.zip
FreeBSD-src-cca4d5358a7b22fd3b3c0468db6cd03c896ed10a.tar.gz
Fixed style bugs in rev.1.4, including clobbering of the "Don't generate
y.output" part of rev.1.11.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/awk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/awk/Makefile b/gnu/usr.bin/awk/Makefile
index 1ba744a..04ec6a9 100644
--- a/gnu/usr.bin/awk/Makefile
+++ b/gnu/usr.bin/awk/Makefile
@@ -10,9 +10,10 @@ PROG= awk
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
MAN= doc/gawk.1
-
MLINKS= gawk.1 awk.1
+YFLAGS=
+
# Important for ctype macros!
CFLAGS+= -funsigned-char
OpenPOWER on IntegriCloud