aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Tromey2017-01-12 23:20:02 -0700
committerTom Tromey2017-01-13 12:38:36 -0700
commitcab7a385881b29df45338acd07dbc39ec703fa80 (patch)
treeba9b8dc1bf9324d583966f8315a9fba20e498724
parent765920f727f8be8c436abc67a91790d1f33f6706 (diff)
downloademacs-cab7a385881b29df45338acd07dbc39ec703fa80.tar.gz
emacs-cab7a385881b29df45338acd07dbc39ec703fa80.zip
Fix definition of EMACS in test/manual/indent/Makefile
* test/manual/indent/Makefile (EMACS): Add one more "..".
-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 @@
1RM=rm 1RM=rm
2EMACS=../../src/emacs 2EMACS=../../../src/emacs
3 3
4all: clean $(addsuffix .test,$(wildcard *.*)) 4all: clean $(addsuffix .test,$(wildcard *.*))
5 5