aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-10-15 13:19:45 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-10-15 13:19:45 +0000
commit136f00bfb22b51f6c7c4dcf59e0328670d8a0a5d (patch)
tree32b49ebd6bc359c61217c541757b72101a38d580 /Makefile
parent95249233fcb65328461abb030c106f2492925f91 (diff)
downloadmaster-187ad058-136f00bfb22b51f6c7c4dcf59e0328670d8a0a5d.tar.gz
master-187ad058-136f00bfb22b51f6c7c4dcf59e0328670d8a0a5d.tar.bz2
master-187ad058-136f00bfb22b51f6c7c4dcf59e0328670d8a0a5d.zip
build: add back the package/cleanup step to remove the root staging dir for mklibs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33777 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 57575eac54..348e645005 100644
--- a/Makefile
+++ b/Makefile
@@ -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)