view vpath.sed @ 24566:5082c3adfa2f

(dos_rawgetc): Don't zero out c if private translation table was used. (jp_kbd_translate_table): Support C-\. (it_kbd_translate_table): Map `>' correctly. (it_keyboard): Add `>'.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 06 Apr 1999 10:25:31 +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)\
\