view vpath.sed @ 28997:fc8d42f77d4f

(Fmake_byte_code): If BYTECODE-STRING is multibyte, convert it to unibyte. (make_string): Use parse_str_as_multibyte, not chars_in_text.
author Kenichi Handa <handa@m17n.org>
date Fri, 19 May 2000 23:49:35 +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)\
\