view vpath.sed @ 48993:b23fb6dc0915

Generate cus-load.el and finder-inf.el in the source directory. Change dependencies on lisp files to explicitly use $(lisp). (compile-calc): Fix command substitution.
author Andreas Schwab <schwab@suse.de>
date Sun, 29 Dec 2002 18:00:15 +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)\
\