view vpath.sed @ 32961:5357dbf00515

2000-10-26 Simon Josefsson <sj@extundo.com> * mail-source.el (mail-sources): IMAP predicate is a string. (mail-sources): Add default values for IMAP mailbox, predicate and fetchflag.
author Dave Love <fx@gnu.org>
date Fri, 27 Oct 2000 16:31:57 +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)\
\