view vpath.sed @ 58719:939c9f3f6cd6

Several small changes in addition to the following. (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when defining a keyboard macro. Mention `kmacro-ring-max'. (Keyboard Macro Counter): Clarify description of `kmacro-insert-counter', `kmacro-set-counter', `kmacro-add-counter' and `kmacro-set-format'.
author Luc Teirlinck <teirllm@auburn.edu>
date Thu, 02 Dec 2004 00:36:51 +0000
parents 695cf19ef79e
children 375f2633d815
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)\
\

# arch-tag: 56a64b50-e4e8-443a-960f-f13af0f1a545