view vpath.sed @ 46168:56be68853618

2002-07-03 Andrew Choi <akochoi@shaw.ca> * macterm.c (init_font_name_table): Also add entry for jisx0201.1976-0 coding for Japanese font. (XLoadQueryFont): Use it.
author Andrew Choi <akochoi@shaw.ca>
date Thu, 04 Jul 2002 02:10:45 +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)\
\