view vpath.sed @ 16606:1f77335980ba libc-961203 libc-961204 libc-961205 libc-961206 libc-961207

Revert last change.
author Thomas Bushnell, BSG <thomas@gnu.org>
date Thu, 21 Nov 1996 22:20:09 +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)\
\