From 4e2665ef95901421e137c42ca4ab298061169059 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 21 Jun 2008 19:22:29 +0000 Subject: [PATCH] (witness-emacs): Use ../lisp, not $(lispsource). --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index fbc8edb732a..a5ecd3f766b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1364,4 +1364,4 @@ witness-emacs: $(MAKE) $(MFLAGS) bootstrap-emacs${EXEEXT} touch witness-emacs @: Compile some files earlier to speed up further compilation. - cd $(lispsource); $(MAKE) $(MFLAGS) compile-first + cd ../lisp; $(MAKE) $(MFLAGS) compile-first -- 2.39.5