view vpath.sed @ 16539:901db650f48e libc-961108 libc-961109 libc-961110 libc-961111

patches from bug-gnu-utils to support more architectures
author David J. MacKenzie <djm@gnu.org>
date Fri, 08 Nov 1996 07:35:31 +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)\
\