view vpath.sed @ 22460:7ca919476042

(detect_coding_system): Always return a list of HIGHEST is zero. (Fdetect_coding_region): Doc-string adjusted for the above change. (Fdetect_coding_string): Likewise.
author Kenichi Handa <handa@m17n.org>
date Sat, 13 Jun 1998 01:41:23 +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)\
\