view vpath.sed @ 16287:24fd930446f6

(time-stamp-old-format-warn): new variable. (time-stamp-format): use ISO 8601 format for date.
author Karl Heuer <kwzh@gnu.org>
date Sun, 22 Sep 1996 22:20:58 +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)\
\