view vpath.sed @ 25214:acfe5b9d7233

(IT_set_face): Abort if the default face is not realized and cached. (IT_write_glyphs): Reset the screen face to the default face before writing glyphs.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 10 Aug 1999 10:43: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)\
\