changeset 48191:2cda842f35f6

(maybe_bootstrap): Whoops, screwed up the second instance of $$bar...
author Miles Bader <miles@gnu.org>
date Thu, 07 Nov 2002 02:26:44 +0000
parents 612f4d75ba46
children 1acfacdf062a
files Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Thu Nov 07 01:02:44 2002 +0000
+++ b/Makefile.in	Thu Nov 07 02:26:44 2002 +0000
@@ -716,7 +716,7 @@
 
 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."; \