view vpath.sed @ 36047:e1126269be53

(speedbar-frame-parameters): No toolbar lines. (speedbar-line-file): Return nil if not a file. (speedbar-buffers-line-path): Return file for tags, and dir for files.
author Eric M. Ludlam <zappo@gnu.org>
date Mon, 12 Feb 2001 16:31:44 +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)\
\