view vpath.sed @ 23066:d40f9a8d7779

(write_glyphs): When terminal_coding require flushing, call encode_coding with "" as the SOURCE arg so that ccl_driver correctly processes eof block of a CCL program.
author Kenichi Handa <handa@m17n.org>
date Tue, 18 Aug 1998 13:15:18 +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)\
\