From 58e8833b26a8cbfb8c0036ce080bf16c77d91fe1 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 21 Jun 2008 08:48:38 +0000 Subject: [PATCH] (.el.elc): Use ../lisp, not $(lispsource). --- src/ChangeLog | 1 + src/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index af718c5e559..fb583123321 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,7 @@ 2008-06-21 Andreas Schwab * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource). + (.el.elc): Likewise. 2008-06-21 Miles Bader diff --git a/src/Makefile.in b/src/Makefile.in index 565baaa09e4..a639b609575 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1335,7 +1335,7 @@ tags: TAGS TAGS-LISP $(lwlibdir)TAGS /* These suffix rules do not allow additional dependencies, sadly, so adding a bootstrap-emacs%{EXEEXT} dependency does not work --Stef */ .el.elc: - cd ${lispsource}; $(MAKE) $(MFLAGS) $@ EMACS=../src/bootstrap-emacs${EXEEXT} + cd ../lisp; $(MAKE) $(MFLAGS) $@ EMACS=../src/bootstrap-emacs${EXEEXT} /* Files that need to be compiled early to speed up further compilation. */ PRECOMP=../lisp/emacs-lisp/bytecomp.elc ../lisp/emacs-lisp/byte-opt.elc -- 2.39.2