view vpath.sed @ 18302:6fbbef4e6c39

Change mnemonic letters for iso-2022-7bit-ss2 and iso-2022-7bit-lock. Set coding-category-iso-8-2 to japanese-iso-8bit.
author Kenichi Handa <handa@m17n.org>
date Wed, 18 Jun 1997 12:55:14 +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)\
\