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

Re: [MiNT] mintlib Makefile requires bash as shell



Hi,

On Saturday 17 October 2009, Vincent Rivière wrote:
> Eero Tamminen wrote:
> > ifeq ($(SECOND_RUN),yes)
> > INCLUDEPATH := <some path>
> > SECOND_RUN := yes
> > endif
>
> Sorry, but I don't understand.
> How do you run make the second time ?

To run make second time, just call it "$(MAKE)".

But I don't actually have MiNTlib sources here so I might have misunderstood
the problem.  You said that the issue was that the value is set only on
second time?

	- Eero