view vpath.sed @ 10865:4887c9593b79

(use_hard_newlines): Variable definition moved to paragraphs.el. (newline): Function moved to simple.el. (internal_self_insert): Insert newline BEFORE calling auto-fill-function, so centering & right-justify can work.
author Boris Goldowsky <boris@gnu.org>
date Wed, 01 Mar 1995 15:29:37 +0000
parents c5419d943526
children 4e736dcf8065
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 ymakefile $(srcdir)\
vpath %.c $(srcdir)\
vpath %.h $(srcdir)\
\