view vpath.sed @ 14676:03645369ec88

(vc-find-cvs-master): Don't require a "/" after the modification time in CVS/Entries, since the time may be followed by a conflict notice (in CVS 1.7) or by some other value (in CVS 1.3).
author Paul Eggert <eggert@twinsun.com>
date Mon, 26 Feb 1996 00:53:13 +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)\
\