mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-26 15:10:50 -08:00
Fix test/manual/etags/Makefile
* test/manual/etags/Makefile (ETAGS_PROG, CTAGS_PROG): Adjust to changes in 'test' directory structure.
This commit is contained in:
parent
82ef79c278
commit
11aee0775e
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ SRCS=${ADASRC} ${ASRC} ${CSRC} ${CPSRC} ${ELSRC} ${ERLSRC} ${FSRC}\
|
|||
${TEXSRC} ${YSRC}
|
||||
NONSRCS=./f-src/entry.strange ./erl-src/lists.erl ./cp-src/clheir.hpp.gz
|
||||
|
||||
ETAGS_PROG=../../lib-src/etags
|
||||
CTAGS_PROG=../../lib-src/ctags
|
||||
ETAGS_PROG=../../../lib-src/etags
|
||||
CTAGS_PROG=../../../lib-src/ctags
|
||||
|
||||
REGEX=/[ \t]*DEFVAR_[A-Z_ \t\n(]+"\([^"]+\)"/
|
||||
xx="this line is here because of a fontlock bug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue