view vpath.sed @ 44446:9b08deb1030e

(cperl-make-face, cperl-force-face): Use defvar rather than defconst since it's meant to be settable. (cperl-syntax-done-to): Don't hardcode 1 as (point-min). (cperl-fix-line-spacing): Add missing \ in [ t].
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 08 Apr 2002 22:39:00 +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)\
\