aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2001-08-31 11:15:49 +0000
committerBruce Evans <bde@FreeBSD.org>2001-08-31 11:15:49 +0000
commitb14046f4b2e10c7740b4c4af1b88d45aa0c557a1 (patch)
tree2797558fe52bb782b0bf714e3ea2811f36901b5f /gnu
parenta06f83e522d564487e3fc3672f2ea841b5750c4d (diff)
downloadsrc-b14046f4b2e10c7740b4c4af1b88d45aa0c557a1.tar.gz
src-b14046f4b2e10c7740b4c4af1b88d45aa0c557a1.zip
Fixed style bugs in rev.1.4, including clobbering of the "Don't generate
y.output" part of rev.1.11.
Notes
Notes: svn path=/head/; revision=82647
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 1ba744abc2f7..04ec6a908721 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