From 0f6e5b76f8aac652a2ee9ff274ee0d5d3e632921 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 15 Oct 2012 13:19:45 +0000 Subject: build: add back the package/cleanup step to remove the root staging dir for mklibs SVN-Revision: 33777 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3