view vpath.sed @ 21075:0c95fb73e090

1998-03-06 Carsten Dominik <cd@delysid.gnu.org> * (reftex-select-item): A set-buffer in the unwind-protect form makes sure we deinstall in the correct hooks.
author Carsten Dominik <dominik@science.uva.nl>
date Fri, 06 Mar 1998 09:09:20 +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)\
\