view vpath.sed @ 48086:b61109579f17

(lispy_accent_codes, lispy_accent_keys): Extended. (lispy_kana_keys): Comment out. (make_lispy_event) [XK_kana_A]: Comment out. (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>: Fix sprintf call.
author Dave Love <fx@gnu.org>
date Wed, 30 Oct 2002 19:13:10 +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)\
\