view vpath.sed @ 24500:1e30ade63ed3

Marc Zonzon <Marc.Zonzon@univ-rennes1.fr> on 18.Mar.99 writes that I should remove the single space between ### and autoload. And now I have.
author Oliver Seidel <os10000@seidel-space.de>
date Thu, 18 Mar 1999 08:53:48 +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)\
\