view vpath.sed @ 16785:9ae722ef923e

(MKTIME_OBJ): Use our mktime instead of SCO 3.2v4.2's, since it botches time arithmetic as used by display-time.
author Paul Eggert <eggert@twinsun.com>
date Mon, 30 Dec 1996 07:34:15 +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)\
\