view vpath.sed @ 5273:59fee4967e01

(telnet-filter): Rewrite, taken mostly from Lucid. (telnet-prompt-pattern) (telnet-check-software-type-initialize): Don't let `telnet-prompt-pattern' match more than one line.
author Richard M. Stallman <rms@gnu.org>
date Thu, 23 Dec 1993 03:22:55 +0000
parents c5419d943526
children 4e736dcf8065
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 ymakefile $(srcdir)\
vpath %.c $(srcdir)\
vpath %.h $(srcdir)\
\