view vpath.sed @ 38473:f5a9d9707da5

* coding.c (setup_coding_system): Don't do any designation based on reg_bits if charset is not yet defined.
author Ken Raeburn <raeburn@raeburn.org>
date Tue, 17 Jul 2001 16:29:39 +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)\
\