* 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
This commit is contained in:
Axel Dörfler 2009-08-21 16:22:56 +00:00
parent 3b33d6307b
commit c53744492d

View File

@ -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) ;