view vpath.sed @ 22501:d2edb98d0fa5

(sys_rename): On some network drives, rename fails with EACCES instead of EEXIST if target already exists.
author Richard M. Stallman <rms@gnu.org>
date Tue, 16 Jun 1998 04:33:08 +0000 (1998-06-16)
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)\
\