view vpath.sed @ 37442:f4b209194d8c

(eshell-find-alias-function): Return t in the case where the function was defined in a file, but not part of an eshell module.
author John Wiegley <johnw@newartisans.com>
date Tue, 24 Apr 2001 06:32:19 +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)\
\