view vpath.sed @ 16804:0ba6599135d6

(PATH): Add /usr/xpg4/bin, where XPG4 SCCS hangs out in Solaris 2.5. (sid1): Don't use bare -r, since XPG4 `get' does not allow it.
author Paul Eggert <eggert@twinsun.com>
date Wed, 01 Jan 1997 05:33:42 +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)\
\