* Makefile.in bug
@ 2002-11-06 23:57 Bob Halley
0 siblings, 0 replies; only message in thread
From: Bob Halley @ 2002-11-06 23:57 UTC (permalink / raw)
Cc: emacs-devel
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."; \
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-11-06 23:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-06 23:57 Makefile.in bug Bob Halley
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.