view vpath.sed @ 49503:443e3f602fc2

2003-01-28 Andrew Choi <akochoi@shaw.ca> * macfns.c (x_to_mac_color): Correct the order for parsing the RGB values in old-style RGB specs.
author Andrew Choi <akochoi@shaw.ca>
date Tue, 28 Jan 2003 17:30:12 +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)\
\