view vpath.sed @ 18677:7648eb8e46d2

(decode_mode_spec_coding): Really don't display EOL indicator when eol_flag is 0. (echo_area_display): Use proper width when scroll bars on left.
author Richard M. Stallman <rms@gnu.org>
date Tue, 08 Jul 1997 11:12: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)\
\