view vpath.sed @ 31690:6abff42174ea

(update_window): Move test for invisible lines at the top to update_window_line. (update_window_line): Handle invisible lines here.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 18 Sep 2000 11:39:53 +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)\
\