view vpath.sed @ 24337:d9aef2d7c503

(scroll-calendar-left): Don't set displayed-month and displayed-year here, let generate-calendar do it, after range checking.
author Andreas Schwab <schwab@suse.de>
date Wed, 17 Feb 1999 10:32:01 +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)\
\