view vpath.sed @ 5712:6a26b8998df1

(visit-tags-table-buffer): Don't change VISIT-TAGS-TABLE-BUFFER-CONT when it is 'same. Do list verification frobbing for it being either 'same or nil; but only set tags-table-list-started-at and tags-table-list-pointer when it's nil.
author Roland McGrath <roland@gnu.org>
date Mon, 31 Jan 1994 23:05:32 +0000
parents c5419d943526
children 4e736dcf8065
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 ymakefile $(srcdir)\
vpath %.c $(srcdir)\
vpath %.h $(srcdir)\
\