summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 04a07ddbf..8342bab86 100644
--- 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