all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bob Halley <halley@play-bow.org>
Cc: emacs-devel@gnu.org
Subject: Makefile.in bug
Date: 06 Nov 2002 15:57:06 -0800	[thread overview]
Message-ID: <m3pttitfot.fsf@woof.play-bow.org> (raw)

The latest Makefile.in change (1.268) didn't work for me.  Here's a patch
which does:

Index: Makefile.in
===================================================================
RCS file: /cvsroot/emacs/emacs/Makefile.in,v
retrieving revision 1.268
diff -u -r1.268 Makefile.in
--- Makefile.in	6 Nov 2002 05:13:29 -0000	1.268
+++ Makefile.in	6 Nov 2002 23:52:45 -0000
@@ -716,7 +716,7 @@
 
 maybe_bootstrap:
 	@bar="`echo ./lisp/*.elc`"; \
-	if [ \( "$(bar)" = './lisp/*.elc' \) -o \( "$(bar)" = '' \) ]; then \
+	if [ \( "$$bar" = './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."; \

                 reply	other threads:[~2002-11-06 23:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3pttitfot.fsf@woof.play-bow.org \
    --to=halley@play-bow.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.