view vpath.sed @ 39288:25dc021070bc

2001-09-13 Michael Kifer <kifer@cs.sunysb.edu> * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key): inhibit quit.
author Michael Kifer <kifer@cs.stonybrook.edu>
date Fri, 14 Sep 2001 03:34:31 +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)\
\