[haiku-commits] r35818 - haiku/trunk/src/system/boot/platform/pxe_ia32

  • From: mattmadia@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 11 Mar 2010 21:15:40 +0100 (CET)

Author: mmadia
Date: 2010-03-11 21:15:39 +0100 (Thu, 11 Mar 2010)
New Revision: 35818
Changeset: http://dev.haiku-os.org/changeset/35818/haiku

Modified:
   haiku/trunk/src/system/boot/platform/pxe_ia32/Jamfile
Log:
Fixes build for PXE NetBoot. Uncertain if additional changes are needed.


Modified: haiku/trunk/src/system/boot/platform/pxe_ia32/Jamfile
===================================================================
--- haiku/trunk/src/system/boot/platform/pxe_ia32/Jamfile       2010-03-11 
18:15:43 UTC (rev 35817)
+++ haiku/trunk/src/system/boot/platform/pxe_ia32/Jamfile       2010-03-11 
20:15:39 UTC (rev 35818)
@@ -26,7 +26,7 @@
 
 local bios_ia32_src =
        start.c
-       debug.c
+       debug.cpp
        bios.S
        console.cpp
        serial.cpp


Other related posts:

  • » [haiku-commits] r35818 - haiku/trunk/src/system/boot/platform/pxe_ia32 - mattmadia