view vpath.sed @ 112398:0bfcbd0b704b

* gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes): Don't confuse the "ret" of "retrograde" with RET.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 21 Jan 2011 12:38:33 -0500
parents ef719132ddfa
children
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)\
\