view vpath.sed @ 30136:8dc78ef485a4

(try_window_id): If changes are all below what is displayed in the window, and point is in the window, we still might have to find point on the display.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 10 Jul 2000 20:31: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)\
\