view vpath.sed @ 14854:291cdb9b5e03 libc-960322 libc-960323 libc-960324 libc-960325 libc-960326 libc-960327 libc-960328

(os): sunos[3456] -> sunos[34], sunos[56] have their own entries
author Doug Evans <dje@gnu.org>
date Thu, 21 Mar 1996 23:26:26 +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)\
\