emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/Makefile.in


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/Makefile.in
Date: Thu, 29 Nov 2001 01:45:39 -0500

Index: emacs/Makefile.in
diff -u emacs/Makefile.in:1.254 emacs/Makefile.in:1.255
--- emacs/Makefile.in:1.254     Wed Nov 28 19:47:32 2001
+++ emacs/Makefile.in   Thu Nov 29 01:45:38 2001
@@ -693,8 +693,8 @@
 
 maybe_bootstrap:
        @if [ ! -f $(srcdir)/lisp/abbrev.elc ]; then \
-         echo "Essential Lisp files seem to be missing.  You should either" \
-         echo "do `make bootstrap' or create `lisp/abbrev.elc' somehow."    \
+         echo "Essential Lisp files seem to be missing.  You should either"; \
+         echo "do \`make bootstrap' or create \`lisp/abbrev.elc' somehow.";    
\
        fi
 
 bootstrap: bootstrap-clean-before bootstrap-lisp-1 bootstrap-src 
bootstrap-lisp bootstrap-clean-after all info



reply via email to

[Prev in Thread] Current Thread [Next in Thread]