Reset the correct subdir environment before doing the final stuff (haiku

image, netboot archive, etc).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21709 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2007-07-26 23:09:18 +00:00
parent 3ddb7b1df4
commit 689e67941d
1 changed files with 3 additions and 0 deletions

View File

@ -142,6 +142,9 @@ if $(HAIKU_DONT_INCLUDE_SRC) {
SubInclude HAIKU_TOP src ;
}
# reset subdir
SubDir HAIKU_TOP ;
# specify the Haiku image and network boot archive contents
include [ FDirName $(HAIKU_BUILD_RULES_DIR) HaikuImage ] ;
include [ FDirName $(HAIKU_BUILD_RULES_DIR) NetBootArchive ] ;