view vpath.sed @ 37026:da4aab5d8b60

(try_window_reusing_current_matrix) <scrolling up>: Give up if matrix starts in an ellipsis. (init_from_display_pos): Do nothing if POS doesn't specify a dpvec_index but the iterator has such a position.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 27 Mar 2001 18:01:59 +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)\
\