53e3a4a22c
controlling terminal is closed. Now the function ask() will return 1 when th input is known to come from a file or terminal, or it will return 0 when ther was a read error. Modified the question "Skip patch?" so that on an error from ask it will skip the patch instead of looping. Closes PR#777 2.2 candidate
7 lines
160 B
Makefile
7 lines
160 B
Makefile
PROG= patch
|
|
SRCS = backupfile.c getopt.c getopt1.c inp.c patch.c pch.c util.c \
|
|
version.c
|
|
CFLAGS += -DHAVE_CONFIG_H -Wall
|
|
MAN= patch.1
|
|
.include <bsd.prog.mk>
|