view vpath.sed @ 52200:b154b2a09262

* xfaces.c (better_font_p): Prefer a real scalable font; i.e. not what autoscaled. (best_matching_font): Once we find a better scalable font, set non_scalable_has_exact_height_p to 1.
author Kenichi Handa <handa@m17n.org>
date Fri, 15 Aug 2003 12:08:51 +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)\
\