From: Eli Zaretskii Date: Sat, 28 Nov 2015 10:58:15 +0000 (+0200) Subject: Fix test/manual/etags/Makefile X-Git-Tag: emacs-26.0.90~2921 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=11aee0775e70ec4ebf0b42fdf03742e6c811ab19;p=emacs.git Fix test/manual/etags/Makefile * test/manual/etags/Makefile (ETAGS_PROG, CTAGS_PROG): Adjust to changes in 'test' directory structure. --- 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}\ ${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