view vpath.sed @ 13132:7ed272c3c177

(ediff-make-frame-position): fixed bugs. (ediff-control-frame-parameters): fixed defaults.
author Michael Kifer <kifer@cs.stonybrook.edu>
date Fri, 06 Oct 1995 01:00:10 +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)\
\