view vpath.sed @ 88509:0ac97e7062f5

(x_encode_text): Allocate coding.destination here, and call encode_coding_object with dst_object Qnil.
author Kenichi Handa <handa@m17n.org>
date Tue, 14 May 2002 13:02:54 +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)\
\