view vpath.sed @ 38100:c18732fcfbab

(antlr-mode): Check that `c-Java-access-key' is bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 18 Jun 2001 11:21:57 +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)\
\