diff options
| author | Andreas Schwab | 2008-06-21 08:48:38 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2008-06-21 08:48:38 +0000 |
| commit | 58e8833b26a8cbfb8c0036ce080bf16c77d91fe1 (patch) | |
| tree | f57ea6818d5dbf1ee1f36af6572d52fe452c8c9b /src | |
| parent | 0de59eae3aac8824c321d33c7fb2edf34764ac98 (diff) | |
| download | emacs-58e8833b26a8cbfb8c0036ce080bf16c77d91fe1.tar.gz emacs-58e8833b26a8cbfb8c0036ce080bf16c77d91fe1.zip | |
(.el.elc): Use ../lisp, not $(lispsource).
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 1 | ||||
| -rw-r--r-- | src/Makefile.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index af718c5e559..fb583123321 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2008-06-21 Andreas Schwab <schwab@suse.de> | 1 | 2008-06-21 Andreas Schwab <schwab@suse.de> |
| 2 | 2 | ||
| 3 | * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource). | 3 | * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource). |
| 4 | (.el.elc): Likewise. | ||
| 4 | 5 | ||
| 5 | 2008-06-21 Miles Bader <miles@gnu.org> | 6 | 2008-06-21 Miles Bader <miles@gnu.org> |
| 6 | 7 | ||
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. */ |
| 1341 | PRECOMP=../lisp/emacs-lisp/bytecomp.elc ../lisp/emacs-lisp/byte-opt.elc | 1341 | PRECOMP=../lisp/emacs-lisp/bytecomp.elc ../lisp/emacs-lisp/byte-opt.elc |