aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorAndreas Schwab2008-06-21 08:48:38 +0000
committerAndreas Schwab2008-06-21 08:48:38 +0000
commit58e8833b26a8cbfb8c0036ce080bf16c77d91fe1 (patch)
treef57ea6818d5dbf1ee1f36af6572d52fe452c8c9b /src/Makefile.in
parent0de59eae3aac8824c321d33c7fb2edf34764ac98 (diff)
downloademacs-58e8833b26a8cbfb8c0036ce080bf16c77d91fe1.tar.gz
emacs-58e8833b26a8cbfb8c0036ce080bf16c77d91fe1.zip
(.el.elc): Use ../lisp, not $(lispsource).
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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
1335/* These suffix rules do not allow additional dependencies, sadly, so 1335/* These suffix rules do not allow additional dependencies, sadly, so
1336 adding a bootstrap-emacs%{EXEEXT} dependency does not work --Stef */ 1336 adding a bootstrap-emacs%{EXEEXT} dependency does not work --Stef */
1337.el.elc: 1337.el.elc:
1338 cd ${lispsource}; $(MAKE) $(MFLAGS) $@ EMACS=../src/bootstrap-emacs${EXEEXT} 1338 cd ../lisp; $(MAKE) $(MFLAGS) $@ EMACS=../src/bootstrap-emacs${EXEEXT}
1339 1339
1340/* Files that need to be compiled early to speed up further compilation. */ 1340/* Files that need to be compiled early to speed up further compilation. */
1341PRECOMP=../lisp/emacs-lisp/bytecomp.elc ../lisp/emacs-lisp/byte-opt.elc 1341PRECOMP=../lisp/emacs-lisp/bytecomp.elc ../lisp/emacs-lisp/byte-opt.elc