view vpath.sed @ 25015:7730c6f39ef5

(Fbeginning_of_line) [PROMPT_IN_BUFFER]: Set point to end of prompt if applied to a mini-buffer and BEG reached.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 21 Jul 1999 21:43:52 +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)\
\