view vpath.sed @ 39488:3856a43ac2bb

2001-09-27 Michael Kifer <kifer@cs.sunysb.edu> * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes. Added comments.
author Michael Kifer <kifer@cs.stonybrook.edu>
date Fri, 28 Sep 2001 03:06:09 +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)\
\