view vpath.sed @ 39456:d2d0681907f9

(Top): Clarify what is ``documentation''. Some bozo on comp.emacs said that this can be confused for ``documents'', meaning files the user edits using Emacs... (Help-^L): Fix a typo.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 26 Sep 2001 15:26:30 +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)\
\