[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Should lisp/Makefile.in custom-deps be using EMACS or emacs?
From: |
Eli Zaretskii |
Subject: |
Re: Should lisp/Makefile.in custom-deps be using EMACS or emacs? |
Date: |
Mon, 8 Jul 2002 16:56:06 +0300 (IDT) |
On Sat, 6 Jul 2002, Rob Browning wrote:
> I'm on starting to learn the details in lisp/Makefile.in, but I was
> surprised when my changes to lisp/custom-deps.el didn't seem to be
> having an effect on a "make custom-deps". After looking at
> lisp/Makefile.in, I wondered if the $(EMACS) $(EMACSOPT) in the
> custom-deps target might ought to be $(emacs) instead so that
> EMACSLOADPATH=$(lisp) would be in effect.
Is there any other way to solve your particular problem? Some non-Unix
platforms have problems with using $(emacs), so from my perspective it's
best to leave $(EMACS) $(EMACSOPT) wherever possible.