view vpath.sed @ 4854:a964061ab350

(vc-backend-checkout): Do not set umask to value that does not allow user-write permission while `co' is running; some versions of `co' won't work, because they can't write their temporaries.
author Paul Eggert <eggert@twinsun.com>
date Thu, 14 Oct 1993 18:28:24 +0000
parents c5419d943526
children 4e736dcf8065
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 ymakefile $(srcdir)\
vpath %.c $(srcdir)\
vpath %.h $(srcdir)\
\