view vpath.sed @ 20607:04a436e5760b

(map_char_table): Unconditionally consider non-ASCII charsets. (Fsubstring): Use make_multibyte_string. (concat, Fsubstring, internal_equal, mapcar1): Distinguish bytes and chars when indexing strings. (Fstring_equal, Fstring_lessp): Likewise. (substring_both): New function. (string_make_multibyte, string_make_unibyte): New functions. (string_char_to_byte, string_byte_to_char): New functions.
author Richard M. Stallman <rms@gnu.org>
date Fri, 09 Jan 1998 22:41:43 +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)\
\