view vpath.sed @ 44864:c18dd95f6962

(smtpmail-queue-counter): New variable. (smtpmail-send-it): Use it to construct new queue filenames (needed if you send more than one message per second, which is possible if you use Gnus Agent).
author Richard M. Stallman <rms@gnu.org>
date Thu, 25 Apr 2002 21:45:22 +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)\
\