view vpath.sed @ 49918:c5956f47d1f6

Merge changes from CPerl-4.35. (cperl-xemacs-p): Move. (cperl-can-font-lock): New var to replace window-system. (cperl-enable-font-lock): Use it. (cperl-use-major-mode): New var. (cperl-mode): Use it. (cperl-calculate-indent): Remove code whose removal was missed in some earlier merge. (cperl-tags-hier-init): Use display-popup-menus-p.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 23 Feb 2003 01:42:24 +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)\
\