view vpath.sed @ 15293:1343afeec307

(mail-abbrev-expand-hook): Disable abbrev mode temporarily while working, to avoid recursion in indent-relative expanding part of the abbrev expansion as an abbrev itself.
author Roland McGrath <roland@gnu.org>
date Sun, 26 May 1996 23:12:01 +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)\
\