view vpath.sed @ 18152:e184e7061c9a

(describe-language-environment): Renamed from describe-language-support. Do the real work here; don't call describe-specified-language-support. Print the mnemonics when mentioning coding systems. Improve style of output. (describe-specified-language-environment): Renamed from describe-specified-language-support. Don't do the work here; call describe-language-environment. (describe-language-environment-map): Renamed from describe-language-support-map.
author Richard M. Stallman <rms@gnu.org>
date Sat, 07 Jun 1997 05:36:13 +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)\
\