view vpath.sed @ 48901:6f912a2e94c1

(rmail-mail-separator): Renamed from rmail-digest-mail-separator. All users changed. (unforward-rmail-message): Rewritten to be more robust and to additionally account for the common style of forwarding messages by citing them entirely with headers.
author Francesco Potortì <pot@gnu.org>
date Fri, 20 Dec 2002 12:46:44 +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)\
\