view vpath.sed @ 46102:3a5c7022ed2f

2002-06-30 Simon Josefsson <jas@extundo.com> * menu-bar.el (menu-bar-options-menu): Move elisp mode names from menu entry into balloon help.
author Simon Josefsson <jas@extundo.com>
date Sun, 30 Jun 2002 21:29:39 +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)\
\