view vpath.sed @ 35017:53c3e3f3949b

(try_window_reusing_current_matrix): Fix bug setting the enabled_p flag of the glyph row at window_end_vpos to 0. (handle_single_display_prop): Fix last change.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 03 Jan 2001 12:32:45 +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)\
\