view vpath.sed @ 32693:8223a86fa594

(_malloc_internal) [GC_MALLOC_CHECK]: Use _malloc_internal instead of malloc. (_free_internal) [GC_MALLOC_CHECK]: Use _free_internal instead of free.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 20 Oct 2000 15:55:37 +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)\
\