view vpath.sed @ 15689:7f87e3c7b29c

(TEXT_START, DATA_START, DATA_SEG_BITS, UNEXEC, DATA_END): Omit these definitions if ELF. (LINUX_SBRK_BUG): Omit this if using a recent GNU library.
author Karl Heuer <kwzh@gnu.org>
date Mon, 15 Jul 1996 21:48:55 +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)\
\