]> git.eshelyaron.com Git - emacs.git/commitdiff
(.el.elc): Use ../lisp, not $(lispsource).
authorAndreas Schwab <schwab@suse.de>
Sat, 21 Jun 2008 08:48:38 +0000 (08:48 +0000)
committerAndreas Schwab <schwab@suse.de>
Sat, 21 Jun 2008 08:48:38 +0000 (08:48 +0000)
src/ChangeLog
src/Makefile.in

index af718c5e559618bb935f3395d77ea4d21d9b5944..fb583123321f532f73c40a0f96ba51e2cc6d58f5 100644 (file)
@@ -1,6 +1,7 @@
 2008-06-21  Andreas Schwab  <schwab@suse.de>
 
        * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
+       (.el.elc): Likewise.
 
 2008-06-21  Miles Bader  <miles@gnu.org>
 
index 565baaa09e4c48b829368449e2ea151e969365f3..a639b60957557056d272f3ca6f8629e428e33345 100644 (file)
@@ -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