[haiku-commits] Re: r34234 - haiku/trunk/src/tools/makebootable/platform/openfirmware

  • From: "François Revol" <revol@xxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 25 Nov 2009 10:56:07 +0100 CET

> Author: bonefish
> Date: 2009-11-25 10:43:33 +0100 (Wed, 25 Nov 2009)
> New Revision: 34234
> Changeset: http://dev.haiku-os.org/changeset/34234/haiku
>
> Modified:
>    haiku/trunk/src/tools/makebootable/platform/openfirmware/Jamfile
> Log:
> Build fix.
>
>
> Modified: haiku/trunk/src/tools/makebootable/platform/openfirmware/
> Jamfile
> ===================================================================
> --- haiku/trunk/src/tools/makebootable/platform/openfirmware/Jamfile
> 2009-11-25 09:37:31 UTC (rev 34233)
> +++ haiku/trunk/src/tools/makebootable/platform/openfirmware/Jamfile
> 2009-11-25 09:43:33 UTC (rev 34234)
> @@ -9,4 +9,4 @@
>  #AddFileDataResource <build>makebootable : RAWT:666:BootCode :
> stage1.bin ;
>
>  #BuildPlatformMain <build>makebootable : makebootable.cpp :
> $(HOST_LIBBE) ;
> -BuildPlatformMain <build>makebootable : makebootable.cpp ;
> +BuildPlatformMain <build>makebootable : makebootable.cpp :
> $(HOST_LIBSUPC++) ;
>

You might want to check
http://dev.haiku-os.org/ticket/4965 as it has a patch on this, though
it didn't seem to be required here, but well I didn't rerun configure
for a while.

François.

Other related posts: