all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#5151: Can't build because Makefile.in was not updated when sym-comp.el moved
@ 2009-12-07 21:44 Matthew Dempsky
  0 siblings, 0 replies; only message in thread
From: Matthew Dempsky @ 2009-12-07 21:44 UTC (permalink / raw
  To: emacs-pretest-bug

It looks like when sym-comp.el was moved from progmodes/ to obsolete/,
Makefile.in was not appropriately updated, so "make install" fails (at
least with an Emacs.app build).

--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -1086,6 +1086,7 @@ ELCFILES = \
        $(lisp)/obsolete/sc.elc \
        $(lisp)/obsolete/scribe.elc \
        $(lisp)/obsolete/swedish.elc \
+       $(lisp)/obsolete/sym-comp.elc \
        $(lisp)/obsolete/vc-mcvs.elc \
        $(lisp)/obsolete/x-menu.elc \
        $(lisp)/org/org-agenda.elc \
@@ -1266,7 +1267,6 @@ ELCFILES = \
        $(lisp)/progmodes/simula.elc \
        $(lisp)/progmodes/sql.elc \
        $(lisp)/progmodes/subword.elc \
-       $(lisp)/progmodes/sym-comp.elc \
        $(lisp)/progmodes/tcl.elc \
        $(lisp)/progmodes/vera-mode.elc \
        $(lisp)/progmodes/verilog-mode.elc \





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-07 21:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-07 21:44 bug#5151: Can't build because Makefile.in was not updated when sym-comp.el moved Matthew Dempsky

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.