view vpath.sed @ 50039:479f0fd3607c

(Fx_get_resource, x_get_resource_string): Pass xrdb to check for resources passed on the command line.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 06 Mar 2003 13:01:32 +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)\
\