view vpath.sed @ 34618:81ecf6fce11a

2000-12-15 ShengHuo ZHU <zsh@cs.rochester.edu> * pop3.el (pop3-movemail): Use binary. (pop3-movemail-file-coding-system): Removed.
author ShengHuo ZHU <zsh@cs.rochester.edu>
date Fri, 15 Dec 2000 15:13:29 +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)\
\