view vpath.sed @ 88894:9eb791116de8

Unify these charses: korean-ksc5601, ipa, tibetan, ethiopic, japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1, japanese-jisx0213-2. (devanagari-glyph): New charset.
author Kenichi Handa <handa@m17n.org>
date Fri, 26 Jul 2002 04:03:27 +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)\
\