view vpath.sed @ 15908:045bf20a0e7c

(print-quoted): New variable. (print): Print certain expressions more compactly when set. Also use XCAR and XCDR directly -- we know we have conses.
author Erik Naggum <erik@naggum.no>
date Sat, 24 Aug 1996 19:39:34 +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)\
\