From cdaaee9dbaf5088819cedd9f76d38b3e756deb01 Mon Sep 17 00:00:00 2001 From: Marcus Overhagen Date: Tue, 26 Dec 2006 20:29:26 +0000 Subject: [PATCH] haiku-image build fix for TARGET_BOOT_PLATFORM=pxe_ia32 git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19640 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tools/makebootable/platform/pxe_ia32/Jamfile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/tools/makebootable/platform/pxe_ia32/Jamfile b/src/tools/makebootable/platform/pxe_ia32/Jamfile index 743c0f3e7c..a54befa69b 100644 --- a/src/tools/makebootable/platform/pxe_ia32/Jamfile +++ b/src/tools/makebootable/platform/pxe_ia32/Jamfile @@ -1,3 +1,11 @@ SubDir HAIKU_TOP src tools makebootable platform pxe_ia32 ; -# we don't need this tool for creating PXE boot image \ No newline at end of file +# we don't need this tool for creating PXE boot image + +SEARCH_SOURCE + += [ FDirName $(HAIKU_TOP) src bin ] ; + +BuildPlatformMain makebootable : + echo.c + : +;