view vpath.sed @ 51812:e45f9b4a6497

(Help-Inv, Help-M, Help-Xref): Update following renaming of `vis-mode' to `visible-mode'.
author Luc Teirlinck <teirllm@auburn.edu>
date Tue, 08 Jul 2003 01:21:43 +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)\
\