view vpath.sed @ 46006:6d5d3dd50de6

(Fcall_interactively): When checking to see if doprnt hit the end of callint_message, allow for a terminating '\0'.
author Miles Bader <miles@gnu.org>
date Tue, 25 Jun 2002 12:58:54 +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)\
\