emacs-devel
[Top][All Lists]
Advanced

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

Why does the emacs executable depend on SOME_MACHINE_LISP?


From: Glenn Morris
Subject: Why does the emacs executable depend on SOME_MACHINE_LISP?
Date: Fri, 02 Oct 2009 03:03:43 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Hi,

I'm curious about the reason for this change:

2008-06-20  Stefan Monnier  <monnier at iro.umontreal.ca>

  * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.

which amounts to adding ${SOME_MACHINE_LISP} to the dependencies of
emacs${EXEEXT}. AFAICS, it should just depend directly on $lisp and
DOC. The latter depends on SOME_MACHINE_LISP, so emacs depends on it
indirectly, but I don't see why you added the direct dependence.




reply via email to

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