view vpath.sed @ 40610:e2da1b3f3d94

(x_scroll_bar_create): Check for width and height > 0. (XTset_vertical_scroll_bar): Likewise.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 01 Nov 2001 11:24:41 +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)\
\