diff options
| author | Pavel Janík | 2001-11-29 06:45:38 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-11-29 06:45:38 +0000 |
| commit | 9e67774633b8187e53cd67f88055c8cba70c2f6a (patch) | |
| tree | 9ebcd9d93b5db371addd9b7748afa2c258e26bbd | |
| parent | 9f0443f99e5ffb9b4f207f3da87a2991b79905ad (diff) | |
| download | emacs-9e67774633b8187e53cd67f88055c8cba70c2f6a.tar.gz emacs-9e67774633b8187e53cd67f88055c8cba70c2f6a.zip | |
(maybe_bootstrap): Fix previous change.
| -rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 65c16eb2a1a..24633a84018 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -693,8 +693,8 @@ dvi: | |||
| 693 | 693 | ||
| 694 | maybe_bootstrap: | 694 | maybe_bootstrap: |
| 695 | @if [ ! -f $(srcdir)/lisp/abbrev.elc ]; then \ | 695 | @if [ ! -f $(srcdir)/lisp/abbrev.elc ]; then \ |
| 696 | echo "Essential Lisp files seem to be missing. You should either" \ | 696 | echo "Essential Lisp files seem to be missing. You should either"; \ |
| 697 | echo "do `make bootstrap' or create `lisp/abbrev.elc' somehow." \ | 697 | echo "do \`make bootstrap' or create \`lisp/abbrev.elc' somehow."; \ |
| 698 | fi | 698 | fi |
| 699 | 699 | ||
| 700 | bootstrap: bootstrap-clean-before bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean-after all info | 700 | bootstrap: bootstrap-clean-before bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean-after all info |