view vpath.sed @ 9469:9a8f9905d724

* ada.el: (ada-mode-syntax-table): Made `-' and `\n' be comments. (ada-font-lock-keywords-1, ada-font-lock-keywords-2, ada-font-lock-keywords): New variables. (ada-mode): Set font-lock-defaults.
author Simon Marshall <simon@gnu.org>
date Wed, 12 Oct 1994 08:00:49 +0000
parents c5419d943526
children 4e736dcf8065
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 ymakefile $(srcdir)\
vpath %.c $(srcdir)\
vpath %.h $(srcdir)\
\