view vpath.sed @ 25549:63deb587dce1

(Fset_window_vscroll): Make window the first argument, amount to scroll the second. Take non-negative vscroll as argument. (Fwindow_vscroll): Return non-negative vscroll.
author Gerd Moellmann <gerd@gnu.org>
date Sun, 05 Sep 1999 21:22:46 +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)\
\