view vpath.sed @ 32972:a51631f90704

2000-09-24 Simon Josefsson <simon@josefsson.org> * nnheader.el (nnheader-parse-head): Try both "from:" and "from: ". 2000-10-03 Bjorn Torkelsson <torkel@hpc2n.umu.se> * uudecode.el: xemacs cleanup (use featurep ' xemacs) * nnheader.el: ditto
author Dave Love <fx@gnu.org>
date Fri, 27 Oct 2000 18:32: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)\
\