view vpath.sed @ 32585:bf84251f474b

(forward_to_next_line_start): Switch iterator's handling of selective display off while searching for the next line start.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 17 Oct 2000 14:07: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)\
\