view vpath.sed @ 31411:920b03e019bf

(R_ALLOC_DECLARE): Removed because unused. (r_alloc, r_re_alloc, r_alloc_free): Use POINTER_TYPE and size_t in prototypes.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 06 Sep 2000 21:24:56 +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)\
\