(maybe_bootstrap): Whoops, screwed up the second instance of $$bar...
This commit is contained in:
parent
ab4f69f273
commit
686eb0dd77
1 changed files with 1 additions and 1 deletions
|
@ -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."; \
|
||||
|
|
Loading…
Add table
Reference in a new issue