view vpath.sed @ 22498:b7643337d0c3

(rmail): Make the buffer multibyte even if it was already nonempty, if it should be multibyte.
author Richard M. Stallman <rms@gnu.org>
date Mon, 15 Jun 1998 22:46:24 +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)\
\