Mercurial > emacs
diff src/Makefile.in @ 96142:f3e169eaefa8
(.el.elc): Use ../lisp, not $(lispsource).
| author | Andreas Schwab <schwab@suse.de> |
|---|---|
| date | Sat, 21 Jun 2008 08:48:38 +0000 |
| parents | ab102d269f11 |
| children | 0bca382a18f3 |
line wrap: on
line diff
--- a/src/Makefile.in Sat Jun 21 08:18:06 2008 +0000 +++ b/src/Makefile.in Sat Jun 21 08:48:38 2008 +0000 @@ -1335,7 +1335,7 @@ /* 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
