diff options
| author | Tom Tromey | 2017-01-12 23:20:02 -0700 |
|---|---|---|
| committer | Tom Tromey | 2017-01-13 12:38:36 -0700 |
| commit | cab7a385881b29df45338acd07dbc39ec703fa80 (patch) | |
| tree | ba9b8dc1bf9324d583966f8315a9fba20e498724 | |
| parent | 765920f727f8be8c436abc67a91790d1f33f6706 (diff) | |
| download | emacs-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/Makefile | 2 |
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 @@ | |||
| 1 | RM=rm | 1 | RM=rm |
| 2 | EMACS=../../src/emacs | 2 | EMACS=../../../src/emacs |
| 3 | 3 | ||
| 4 | all: clean $(addsuffix .test,$(wildcard *.*)) | 4 | all: clean $(addsuffix .test,$(wildcard *.*)) |
| 5 | 5 | ||