build: add back the package/cleanup step to remove the root staging dir for mklibs

SVN-Revision: 33777
This commit is contained in:
Felix Fietkau
2012-10-15 13:19:45 +00:00
parent 6d1884c583
commit 0f6e5b76f8
2 changed files with 6 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ else
$(toolchain/stamp-install): $(tools/stamp-install)
$(target/stamp-compile): $(toolchain/stamp-install) $(tools/stamp-install) $(BUILD_DIR)/.prepared
$(package/stamp-compile): $(target/stamp-compile)
$(package/stamp-compile): $(target/stamp-compile) $(package/stamp-cleanup)
$(package/stamp-install): $(package/stamp-compile)
$(target/stamp-install): $(package/stamp-compile) $(package/stamp-install)