view vpath.sed @ 41256:4a78098c3bd7

(lisp-indent-defmethod): At first three elements, act like defun. Advance to start of 3rd sexp by moving fwd and backing over it.
author Richard M. Stallman <rms@gnu.org>
date Mon, 19 Nov 2001 06:24:05 +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)\
\