view vpath.sed @ 112363:6a0c66185ba1

Update md5 checksums
author Andreas Schwab <schwab@linux-m68k.org>
date Tue, 18 Jan 2011 20:08:00 +0100
parents ef719132ddfa
children
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)\
\