view vpath.sed @ 6514:421a3ab4cb2e

(thisdir): Nonsensical variable removed. (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd back to $thisdir, rather than the directory `this_dir', which seems exceptionally unlikely to just happen to be a symlink to the Emacs build directory, which must have been the intent of the author.
author Roland McGrath <roland@gnu.org>
date Thu, 24 Mar 1994 23:41:29 +0000
parents c5419d943526
children 4e736dcf8065
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 ymakefile $(srcdir)\
vpath %.c $(srcdir)\
vpath %.h $(srcdir)\
\