diff options
| author | Karoly Lorentey | 2004-07-24 22:08:12 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-07-24 22:08:12 +0000 |
| commit | 15dabcb48a89496d128b7159fbb8d498b7cfbda6 (patch) | |
| tree | ecead49e540dae176cbe47106d1b646c1796a020 /nt | |
| parent | 407e382d35ede779a23b974d7ac40a7d3d0fa5ff (diff) | |
| parent | e4ed805e9d3b9f2019cb9376682bb53dafaf81fb (diff) | |
| download | emacs-15dabcb48a89496d128b7159fbb8d498b7cfbda6.tar.gz emacs-15dabcb48a89496d128b7159fbb8d498b7cfbda6.zip | |
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-464
Update from CVS: lisp/progmodes/make-mode.el: Fix comments.
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-465
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-466
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-467
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-221
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/makefile.w32-in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index adbb3fd57b8..ec30853ed29 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in | |||
| @@ -111,10 +111,10 @@ maybe-bootstrap: maybe-bootstrap-$(SHELLTYPE) | |||
| 111 | doit: | 111 | doit: |
| 112 | 112 | ||
| 113 | maybe-bootstrap-CMD: doit | 113 | maybe-bootstrap-CMD: doit |
| 114 | @echo. | 114 | @echo . |
| 115 | @if not EXIST ..\lisp\abbrev.elc echo Essential Lisp files seem to be missing. You should either | 115 | @if not EXIST ..\lisp\abbrev.elc echo Essential Lisp files seem to be missing. You should either |
| 116 | @if not EXIST ..\lisp\abbrev.elc echo do 'make bootstrap' or create 'lisp/abbrev.elc' somehow | 116 | @if not EXIST ..\lisp\abbrev.elc echo do 'make bootstrap' or create 'lisp/abbrev.elc' somehow |
| 117 | @echo. | 117 | @echo . |
| 118 | @if not EXIST ..\lisp\abbrev.elc exit -1 | 118 | @if not EXIST ..\lisp\abbrev.elc exit -1 |
| 119 | 119 | ||
| 120 | maybe-bootstrap-SH: doit | 120 | maybe-bootstrap-SH: doit |