view vpath.sed @ 43906:55003e5c6707

(picture-insert, picture-clear-column, picture-draw-rectangle): Use move-to-column, not move-to-column-force.
author Richard M. Stallman <rms@gnu.org>
date Thu, 14 Mar 2002 08:57:36 +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)\
\