view vpath.sed @ 34203:e55480843a8e

(scrolling_window): Fix code inserting runs in list of all runs. (line_draw_cost): Fix code skipping over spaces at the end of the line when must_write_spaces is not set. (adjust_glyph_matrix): Make sure to initialize local variable window_width.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 05 Dec 2000 13:48:22 +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)\
\