summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2002-11-07 02:26:44 +0000
committerMiles Bader <miles@gnu.org>2002-11-07 02:26:44 +0000
commit686eb0dd77f00490b78e09bcabd566af520eb8f7 (patch)
tree1c9fc59f88dd3efd327076f83696a5a2d5fbdfb5 /Makefile.in
parentab4f69f273496ba5f7e1ac81a1e946991061e164 (diff)
downloademacs-686eb0dd77f00490b78e09bcabd566af520eb8f7.tar.gz
(maybe_bootstrap): Whoops, screwed up the second instance of $$bar...
Diffstat (limited to 'Makefile.in')
-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:
maybe_bootstrap:
@bar="`echo $(srcdir)/lisp/*.elc`"; \
- if [ \( "$$bar" = '$(srcdir)/lisp/*.elc' \) -o \( "$bar" = '' \) ]; then \
+ if [ \( "$$bar" = '$(srcdir)/lisp/*.elc' \) -o \( "$$bar" = '' \) ]; then \
echo "Your tree does not include the compiled Lisp files."; \
echo "You need to do \`make bootstrap' to build Emacs."; \
echo "Emacs now requires Texinfo version 4.2."; \