[Haiku-commits] r30875 - in haiku/trunk: . build/jam data/bin data/system/boot src/bin
Ingo Weinhold
ingo_weinhold at gmx.de
Sat Jun 20 12:51:08 CEST 2009
On 2009-06-20 at 12:41:02 [+0200], Joseph Prostko
<joe.prostko+haiku at gmail.com> wrote:
> On Tue, May 26, 2009 at 9:12 PM, <bonefish at mail.berlios.de> wrote:
[...]
> In the above hunk, shouldn't the lines
>
> if $(HAIKU_GCC_VERSION[1]) = 2 || $(isHybridBuild) {
>
> and
>
> if $(HAIKU_GCC_VERSION[1]) = 4 || $(isHybridBuild) {
>
> read as
>
> if $(HAIKU_GCC_VERSION[1]) = 2 || $(isHybridBuild) = 1 {
>
> and
>
> if $(HAIKU_GCC_VERSION[1]) = 4 || $(isHybridBuild) = 1 {
>
> respectively?
Thanks. Fixed in r31132.
CU, Ingo
More information about the Haiku-commits
mailing list