aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2002-11-07 02:26:44 +0000
committerMiles Bader2002-11-07 02:26:44 +0000
commit686eb0dd77f00490b78e09bcabd566af520eb8f7 (patch)
tree1c9fc59f88dd3efd327076f83696a5a2d5fbdfb5
parentab4f69f273496ba5f7e1ac81a1e946991061e164 (diff)
downloademacs-686eb0dd77f00490b78e09bcabd566af520eb8f7.tar.gz
emacs-686eb0dd77f00490b78e09bcabd566af520eb8f7.zip
(maybe_bootstrap): Whoops, screwed up the second instance of $$bar...
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 87f1ea6112e..a9664fcba7f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -716,7 +716,7 @@ dvi:
716 716
717maybe_bootstrap: 717maybe_bootstrap:
718 @bar="`echo $(srcdir)/lisp/*.elc`"; \ 718 @bar="`echo $(srcdir)/lisp/*.elc`"; \
719 if [ \( "$$bar" = '$(srcdir)/lisp/*.elc' \) -o \( "$bar" = '' \) ]; then \ 719 if [ \( "$$bar" = '$(srcdir)/lisp/*.elc' \) -o \( "$$bar" = '' \) ]; then \
720 echo "Your tree does not include the compiled Lisp files."; \ 720 echo "Your tree does not include the compiled Lisp files."; \
721 echo "You need to do \`make bootstrap' to build Emacs."; \ 721 echo "You need to do \`make bootstrap' to build Emacs."; \
722 echo "Emacs now requires Texinfo version 4.2."; \ 722 echo "Emacs now requires Texinfo version 4.2."; \