emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 11aee07: Fix test/manual/etags/Makefile


From: Eli Zaretskii
Subject: [Emacs-diffs] master 11aee07: Fix test/manual/etags/Makefile
Date: Sat, 28 Nov 2015 10:59:05 +0000

branch: master
commit 11aee0775e70ec4ebf0b42fdf03742e6c811ab19
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix test/manual/etags/Makefile
    
    * test/manual/etags/Makefile (ETAGS_PROG, CTAGS_PROG): Adjust to
    changes in 'test' directory structure.
---
 test/manual/etags/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/manual/etags/Makefile b/test/manual/etags/Makefile
index f326c90..f5cf2ae 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]