view vpath.sed @ 29990:98af0f021739

* configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS, while searching for image-handling libraries.
author Ken Raeburn <raeburn@raeburn.org>
date Fri, 30 Jun 2000 22:02:25 +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)\
\