view vpath.sed @ 31426:62b4382a5ad6

("czech-qwerty"): Changed to show keyboard layout on describe-input-method. ("czech-prog-1", "czech-prog-2", "czech-prog-3"): Likewise.
author Kenichi Handa <handa@m17n.org>
date Thu, 07 Sep 2000 02:44:58 +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)\
\