diff options
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 |