view vpath.sed @ 48229:5d4678fa4feb

(command_loop_1): Apply Vtranslation_table_for_input to self-inserting characters. (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
author Dave Love <fx@gnu.org>
date Sat, 09 Nov 2002 12:48:26 +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)\
\