diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2001-08-31 11:15:49 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2001-08-31 11:15:49 +0000 |
| commit | b14046f4b2e10c7740b4c4af1b88d45aa0c557a1 (patch) | |
| tree | 2797558fe52bb782b0bf714e3ea2811f36901b5f /gnu | |
| parent | a06f83e522d564487e3fc3672f2ea841b5750c4d (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/awk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/awk/Makefile b/gnu/usr.bin/awk/Makefile index 1ba744abc2f71..04ec6a9087219 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 |
