view vpath.sed @ 18557:c324644fe5d2

Coding system name changed to iso-2022-7bit-short. (skkdic-convert): Fix typo in a comment. (skkdic-convert): Save buffer in iso-2022-7bit-short. (skkdic-extract-conversion-data): Fix a bug in regular expression pattern.
author Kenichi Handa <handa@m17n.org>
date Wed, 02 Jul 1997 12:59:37 +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)\
\