view vpath.sed @ 42627:2270bf351eba

* gnus-start.el (gnus-read-init-file): Cleaned up. * gnus-start.el (gnus-startup-file-coding-system): Removed. (gnus-read-init-file): Don't use it. * gnus-start.el (gnus-read-init-file): Don't force coding system for ~/.gnus. From Lars Magne Ingebrigtsen <larsi@gnus.org> From Dave Love <fx@gnu.org> From Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
author ShengHuo ZHU <zsh@cs.rochester.edu>
date Wed, 09 Jan 2002 03:38:01 +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)\
\