view vpath.sed @ 20996:b52e351a40fa

(store_symval_forwarding) <Lisp_Misc_Buffer_Objfwd>: If buffer_local_types has -1, this variable is read-only. (Fset_default) <BUFFER_OBJFWDP>: Unconditionally set the slot in buffer_defaults.
author Karl Heuer <kwzh@gnu.org>
date Fri, 27 Feb 1998 21:56:28 +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)\
\