view vpath.sed @ 33399:9bdbbcd7be00

(gnus-auto-expirable-marks) (gnus-inhibit-user-auto-expire, gnus-list-identifiers) (gnus-extra-headers, gnus-ignored-from-addresses) (gnus-newsgroup-ignored-charsets) (gnus-group-highlight-words-alist) (gnus-summary-show-article-charset-alist): Add :version.
author Dave Love <fx@gnu.org>
date Fri, 10 Nov 2000 22:57:34 +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)\
\