]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix definition of EMACS in test/manual/indent/Makefile
authorTom Tromey <tom@tromey.com>
Fri, 13 Jan 2017 06:20:02 +0000 (23:20 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 13 Jan 2017 19:38:36 +0000 (12:38 -0700)
* test/manual/indent/Makefile (EMACS): Add one more "..".

test/manual/indent/Makefile

index 83162681d72226818bea4ee2d8979657a6c49af8..09cf4a2b77c2e3ad7155d1cbf3b0d3cdaf328994 100644 (file)
@@ -1,5 +1,5 @@
 RM=rm
-EMACS=../../src/emacs
+EMACS=../../../src/emacs
 
 all: clean $(addsuffix .test,$(wildcard *.*))