summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 2a0008e1b..86e973441 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -157,7 +157,7 @@ clean:
@rm -f $(BIN) *~ .*.swp *.o
$(call CLEAN)
-distclean: clean
+distclean: # clean
@for dir in $(SUBDIRS) ; do \
$(MAKE) -C $$dir distclean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"; \
done