view vpath.sed @ 13736:4e7c5362c9bd

(i*86*) Change [345] to [3456]
author Stan Cox <scox@redhat.com>
date Fri, 15 Dec 1995 15:43:33 +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)\
\