view vpath.sed @ 22747:63b084753ad7

(mail-citation-prefix-regexp): New variable. (mail-fill-yanked-message): Pass mail-citation-prefix-regexp to fill-individual-paragraphs.
author Richard M. Stallman <rms@gnu.org>
date Mon, 13 Jul 1998 01:45:43 +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)\
\