view vpath.sed @ 21181:2b9774c50f91

Updated to 0.4.3: Removed string check in basic doc search code. Made the check for embeded key codes more robust from erronious checks.
author Eric M. Ludlam <zappo@gnu.org>
date Sat, 14 Mar 1998 12:59:13 +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)\
\