view vpath.sed @ 31832:17e9dd6e4ef3

(NO_RETURN): Define.as `__attribute__((__noreturn__))' for GCC >= 2.5.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 21 Sep 2000 21:49:39 +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)\
\