view vpath.sed @ 20732:7187fdedb775

Adjusted for the change of the format of make-coding-system's 6th argument. Initialize coding-category-iso-7-tight to iso-2022-jp. (oldjis-newjis-jisroman-ascii): New character unification table. (standarad-character-unification-table-for-decode): Initialize to `unification-table' property of `oldjis-newjis-jisroman-ascii'.
author Kenichi Handa <handa@m17n.org>
date Thu, 22 Jan 1998 01:42:20 +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)\
\