view vpath.sed @ 40780:9639c00722d3

(font-lock-match-c-style-declaration-item-and-skip-to-next): Also work when LIMIT is further than the end of line.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 06 Nov 2001 17:01:25 +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)\
\