view vpath.sed @ 17912:653987823f79

(add-log-lisp-like-modes, add-log-c-like-modes, add-log-tex-like-modes): New variables. (add-log-current-defun): Use them instead of constant lists.
author Erik Naggum <erik@naggum.no>
date Wed, 21 May 1997 20:07:20 +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)\
\