view vpath.sed @ 42063:12577e136b14

(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward rather than regexp search and (2) copying text properties already set up on text unchanged from the previous backtrace. (debugger-previous-backtrace): New variable.
author Richard M. Stallman <rms@gnu.org>
date Sun, 16 Dec 2001 03:48:41 +0000
parents 4e736dcf8065
children 695cf19ef79e
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)\
\