view vpath.sed @ 24148:b69751ec40fe

(scan_sexps_forward): Delete duplicate code to set prev_from_syntax, above start of main loop. At startinstring, check syntax when checking for a match.
author Karl Heuer <kwzh@gnu.org>
date Fri, 22 Jan 1999 21:57:43 +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)\
\