view vpath.sed @ 52030:43dac23eef97

(YACC): Remove, not used. (MAINT): Don't set. (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to disable dependency on ${srcdir}/configure.in when maintainer mode is disabled.
author Andreas Schwab <schwab@suse.de>
date Wed, 23 Jul 2003 11:16: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)\
\