Mercurial > emacs
changeset 96157:20e21c3a72a4
(witness-emacs): Use ../lisp, not $(lispsource).
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 21 Jun 2008 19:22:29 +0000 |
parents | aeddd501f019 |
children | 44b22c5bd2a9 |
files | src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Sat Jun 21 19:22:17 2008 +0000 +++ b/src/Makefile.in Sat Jun 21 19:22:29 2008 +0000 @@ -1364,4 +1364,4 @@ $(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