view vpath.sed @ 32727:3ecb42f00b85

(w32_cache_char_metrics): Double check that font is really fixed pitch before trusting tmPitchAndFamily.
author Jason Rumney <jasonr@gnu.org>
date Sat, 21 Oct 2000 17:14:43 +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)\
\