view vpath.sed @ 8281:e41f372e0ea3

type-break-check: Shrink keystroke count if it is less than min-threshold chars from max-threshold, not more. type-break-statistics: If time for scheduled break is less than a minute away, show seconds instead.
author Noah Friedman <friedman@splode.com>
date Tue, 19 Jul 1994 00:52:56 +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)\
\