view vpath.sed @ 51666:7181f5ced81c

(unchain_marker): Lisp_Object arg => Lisp_Marker. (struct Lisp_Marker): Lisp_Object `chain' => Lisp_Marker `next'.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 26 Jun 2003 23:15:08 +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)\
\