emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master cab7a38 3/5: Fix definition of EMACS in test/manual


From: Tom Tromey
Subject: [Emacs-diffs] master cab7a38 3/5: Fix definition of EMACS in test/manual/indent/Makefile
Date: Fri, 13 Jan 2017 19:51:00 +0000 (UTC)

branch: master
commit cab7a385881b29df45338acd07dbc39ec703fa80
Author: Tom Tromey <address@hidden>
Commit: Tom Tromey <address@hidden>

    Fix definition of EMACS in test/manual/indent/Makefile
    
    * test/manual/indent/Makefile (EMACS): Add one more "..".
---
 test/manual/indent/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/manual/indent/Makefile b/test/manual/indent/Makefile
index 8316268..09cf4a2 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 *.*))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]