view vpath.sed @ 30597:2cb00e0bf8d5

(Fmake_hash_table): Add missing `\n\' to end of line in docstring.
author Noah Friedman <friedman@splode.com>
date Sat, 05 Aug 2000 02:58:44 +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)\
\