view vpath.sed @ 22214:daca88de8a78

(dired-at-point): Eliminate var dired-function; use `dired'. (ffap-bindings): Include a binding for C-x d.
author Richard M. Stallman <rms@gnu.org>
date Sun, 24 May 1998 17:12:16 +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)\
\