view vpath.sed @ 49261:ad44042b047c

Add new maintainer (deego).
author Deepak Goel <deego@gnufans.org>
date Wed, 15 Jan 2003 14:56:17 +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)\
\