view vpath.sed @ 50481:f0aee744e09c

(c-symbol-key): Use POSIX char classes to match symbols in Emacs 21. This makes CC Mode cope with the full range of identifier characters in e.g. Java.
author Martin Stjernholm <mast@lysator.liu.se>
date Mon, 07 Apr 2003 22:40:37 +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)\
\