summaryrefslogtreecommitdiff
path: root/test/manual
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2017-01-12 23:20:02 -0700
committerTom Tromey <tom@tromey.com>2017-01-13 12:38:36 -0700
commitcab7a385881b29df45338acd07dbc39ec703fa80 (patch)
treeba9b8dc1bf9324d583966f8315a9fba20e498724 /test/manual
parent765920f727f8be8c436abc67a91790d1f33f6706 (diff)
downloademacs-cab7a385881b29df45338acd07dbc39ec703fa80.tar.gz
Fix definition of EMACS in test/manual/indent/Makefile
* test/manual/indent/Makefile (EMACS): Add one more "..".
Diffstat (limited to 'test/manual')
-rw-r--r--test/manual/indent/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/manual/indent/Makefile b/test/manual/indent/Makefile
index 83162681d72..09cf4a2b77c 100644
--- a/test/manual/indent/Makefile
+++ b/test/manual/indent/Makefile
@@ -1,5 +1,5 @@
RM=rm
-EMACS=../../src/emacs
+EMACS=../../../src/emacs
all: clean $(addsuffix .test,$(wildcard *.*))