diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-10-15 13:19:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-10-15 13:19:45 +0000 |
commit | 0f6e5b76f8aac652a2ee9ff274ee0d5d3e632921 (patch) | |
tree | 9135757fa8c6eeec26bfa700aa0f0baf73de8230 /Makefile | |
parent | 6d1884c583d7de97aecb6ea7c4cba9bf6de08e2a (diff) | |
download | mtk-20170518-0f6e5b76f8aac652a2ee9ff274ee0d5d3e632921.zip mtk-20170518-0f6e5b76f8aac652a2ee9ff274ee0d5d3e632921.tar.gz mtk-20170518-0f6e5b76f8aac652a2ee9ff274ee0d5d3e632921.tar.bz2 |
build: add back the package/cleanup step to remove the root staging dir for mklibs
SVN-Revision: 33777
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |