view vpath.sed @ 50027:95d928fb74f3

(command-line-x-option-alist): Make --border-color set the border-color frame parameter, not border-width.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 05 Mar 2003 16:31:44 +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)\
\