summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/Makefile b/apps/Makefile
index be98dbbfe..9bdafb181 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -131,9 +131,6 @@ $(INSTALLED_APPS):
@$(MAKE) -C $@ TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)";
$(BIN): $(INSTALLED_APPS)
- @( for obj in $(OBJS) ; do \
- $(call ARCHIVE, $@, $${obj}); \
- done ; )
.context:
@for dir in $(INSTALLED_APPS) ; do \