Fix definition of EMACS in test/manual/indent/Makefile

* test/manual/indent/Makefile (EMACS): Add one more "..".
This commit is contained in:
Tom Tromey 2017-01-12 23:20:02 -07:00
parent 765920f727
commit cab7a38588

View file

@ -1,5 +1,5 @@
RM=rm
EMACS=../../src/emacs
EMACS=../../../src/emacs
all: clean $(addsuffix .test,$(wildcard *.*))