view vpath.sed @ 83053:84bfe7168c06

Block more input during read_avail_input. src/keyboard.c (read_avail_input): Added BLOCK_INPUT. Return -1 when input is blocked or if we could not read input and a display's input hook signalled an error. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-93
author Karoly Lorentey <lorentey@elte.hu>
date Tue, 24 Feb 2004 18:00:36 +0000
parents 695cf19ef79e
children 375f2633d815
line wrap: on
line source

/^VPATH *=/c\
# This works only in GNU make.  Using the patterns avoids\
# object files being found by VPATH, and thus permits building\
# when $srcdir is configured itself.\
vpath %.c $(srcdir)\
vpath %.h $(srcdir)\
\

# arch-tag: 56a64b50-e4e8-443a-960f-f13af0f1a545