view vpath.sed @ 37623:a973c7d4c68e

(Syntax Class Table): Add the missing designator for comment and string fences. (Syntax Properties): Add a xref to syntax table internals. (Syntax Table Internals): Document string-to-syntax.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 08 May 2001 20:12:56 +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)\
\