aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2015-11-28 12:58:15 +0200
committerEli Zaretskii2015-11-28 12:58:15 +0200
commit11aee0775e70ec4ebf0b42fdf03742e6c811ab19 (patch)
tree2e1d7573ab2f17ae5bfbd4ba6505c70681c79ada
parent82ef79c27829e60184340d9c57f870da450312a0 (diff)
downloademacs-11aee0775e70ec4ebf0b42fdf03742e6c811ab19.tar.gz
emacs-11aee0775e70ec4ebf0b42fdf03742e6c811ab19.zip
Fix test/manual/etags/Makefile
* test/manual/etags/Makefile (ETAGS_PROG, CTAGS_PROG): Adjust to changes in 'test' directory structure.
-rw-r--r--test/manual/etags/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/manual/etags/Makefile b/test/manual/etags/Makefile
index f326c9085cd..f5cf2aeb3b5 100644
--- a/test/manual/etags/Makefile
+++ b/test/manual/etags/Makefile
@@ -31,8 +31,8 @@ SRCS=${ADASRC} ${ASRC} ${CSRC} ${CPSRC} ${ELSRC} ${ERLSRC} ${FSRC}\
31 ${TEXSRC} ${YSRC} 31 ${TEXSRC} ${YSRC}
32NONSRCS=./f-src/entry.strange ./erl-src/lists.erl ./cp-src/clheir.hpp.gz 32NONSRCS=./f-src/entry.strange ./erl-src/lists.erl ./cp-src/clheir.hpp.gz
33 33
34ETAGS_PROG=../../lib-src/etags 34ETAGS_PROG=../../../lib-src/etags
35CTAGS_PROG=../../lib-src/ctags 35CTAGS_PROG=../../../lib-src/ctags
36 36
37REGEX=/[ \t]*DEFVAR_[A-Z_ \t\n(]+"\([^"]+\)"/ 37REGEX=/[ \t]*DEFVAR_[A-Z_ \t\n(]+"\([^"]+\)"/
38xx="this line is here because of a fontlock bug 38xx="this line is here because of a fontlock bug