diff --git a/Makefile b/Makefile
index 0cdee21..1c7b274 100644
--- a/Makefile
+++ b/Makefile
@@ -110,8 +110,6 @@ define Build/Configure
 endef
 
 define Build/Compile
-	rm -rf $(PKG_INSTALL_DIR)
-	mkdir -p $(PKG_INSTALL_DIR)
 	$(MAKE) -C "$(PKG_BUILD_DIR)" \
 		$(TARGET_CONFIGURE_OPTS) \
 		NODEBUG=1 \