view vpath.sed @ 112391:93209af5dc0b

calc/calc-ext.el (calc-init-extensions): Map all `undo' keybindings to `calc-undo'.
author Jay Belanger <jay.p.belanger@gmail.com>
date Thu, 20 Jan 2011 19:04:56 -0600
parents ef719132ddfa
children
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)\
\