From c53744492df9c4ee895f988e8ba954ce255624a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 21 Aug 2009 16:22:56 +0000 Subject: [PATCH] * Fixed the output directory of the haiku-netboot.tgz. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32576 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/NetBootArchive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/NetBootArchive b/build/jam/NetBootArchive index 0d14ae456a..0748fc683f 100644 --- a/build/jam/NetBootArchive +++ b/build/jam/NetBootArchive @@ -118,7 +118,7 @@ AddBootModuleSymlinksToNetBootArchive # archive target HAIKU_NET_BOOT_ARCHIVE = haiku-netboot.tgz ; -MakeLocate $(haiku-netboot-archive) : $(HAIKU_OUTPUT_DIR) ; +MakeLocate $(HAIKU_NET_BOOT_ARCHIVE) : $(HAIKU_OUTPUT_DIR) ; # the pseudo target all archive contents is attached to NotFile $(HAIKU_NET_BOOT_ARCHIVE_CONTAINER_NAME) ;