unneeded cleans
[openwrt.git] / Makefile
index 04a07dd..8342bab 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -109,9 +109,6 @@ clean: target_clean
        @$(MAKE) -C $(CONFIG) clean
 
 dirclean: clean
-       rm -rf $(STAMP_DIR)
-       $(MAKE) -C package clean
-       $(MAKE) -C target clean
        rm -rf $(BUILD_DIR)
 
 distclean: clean