view vpath.sed @ 19415:309b9a0d8a45

(Fchars_in_region): Renamed form Fcount_chars_region. (syms_of_charset): Define Schars_in_region as a Lisp subroutine instead of Scount_chars_region.
author Kenichi Handa <handa@m17n.org>
date Mon, 18 Aug 1997 11:19:17 +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)\
\