Re: [Sdcc-user] parallel build problem

2015-11-28 Thread Philipp Klaus Krause
On 23.11.2015 14:37, Tijl Coosemans wrote: > Hi, > > I received a report of two makefile bugs that cause parallel build > problems: > > - support/cpp/Makefile.in calls "make" (twice) in the $(LIBIBERTY) > target. That should be "$(MAKE)". On some systems GNU make is > called "gmake" and "ma

[Sdcc-user] parallel build problem

2015-11-23 Thread Tijl Coosemans
Hi, I received a report of two makefile bugs that cause parallel build problems: - support/cpp/Makefile.in calls "make" (twice) in the $(LIBIBERTY) target. That should be "$(MAKE)". On some systems GNU make is called "gmake" and "make" is some other make implementation. - The dependency of