view vpath.sed @ 41829:b4833df45a4c

2001-12-05 ShengHuo ZHU <zsh@cs.rochester.edu> * mm-view.el: Partially sync with the Gnus CVS. * gnus-sum.el (gnus-summary-save-article): Nix gnus-display-mime-function and gnus-article-prepare-hook.
author ShengHuo ZHU <zsh@cs.rochester.edu>
date Wed, 05 Dec 2001 19:27:45 +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)\
\