Fix handling of intransitive "say".

This commit is contained in:
Eric S. Raymond 2017-06-14 15:15:00 -04:00
parent 6c6498b797
commit 7c9a0bfb36
3 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@
VERS=1.0
CC?=gcc
CCFLAGS+=-std=c99 -D _DEFAULT_SOURCE -Wall -Wpedantic
CCFLAGS+=-std=c99 -D _DEFAULT_SOURCE -Wall -Wpedantic -g
LIBS=
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Linux)