From: Miles Bader Date: Thu, 7 Nov 2002 02:26:44 +0000 (+0000) Subject: (maybe_bootstrap): Whoops, screwed up the second instance of $$bar... X-Git-Tag: ttn-vms-21-2-B4~12565 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=686eb0dd77f00490b78e09bcabd566af520eb8f7;p=emacs.git (maybe_bootstrap): Whoops, screwed up the second instance of $$bar... --- 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."; \