view vpath.sed @ 17907:a1f8ff84f3f1

(Fformat_time_string): Doc update. (Fformat_time_string): Doc update. Handle emacs_strftime returning -1. If it returns 0, compute actual buffer size needed.
author Richard M. Stallman <rms@gnu.org>
date Wed, 21 May 1997 03:46:47 +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)\
\