Mercurial > emacs
view vpath.sed @ 12510:4626f1d99c52
(tcl-imenu-create-index-function): Work with imenu from Emacs 19.29
author | Tom Tromey <tromey@redhat.com> |
---|---|
date | Sun, 09 Jul 1995 01:07: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)\ \