summaryrefslogtreecommitdiff
path: root/apps/namedapp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/namedapp')
-rw-r--r--apps/namedapp/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/apps/namedapp/Makefile b/apps/namedapp/Makefile
index 6b3610e18..50dedfc39 100644
--- a/apps/namedapp/Makefile
+++ b/apps/namedapp/Makefile
@@ -62,7 +62,7 @@ VPATH =
# Build Targets
all: .built
-.PHONY: .context context .depend depend clean distclean
+.PHONY: .context context depend clean distclean
$(AOBJS): %$(OBJEXT): %.S
$(call ASSEMBLE, $<, $@)
@@ -70,13 +70,11 @@ $(AOBJS): %$(OBJEXT): %.S
$(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
-$(BIN): $(OBJS)
+.built: $(OBJS)
@( for obj in $(OBJS) ; do \
- $(call ARCHIVE, $@, $${obj}); \
+ $(call ARCHIVE, $(BIN), $${obj}); \
done ; )
@touch .built
-
-.built: $(BIN)
.context:
@echo "/* List of application requirements, generated during make context. */" > namedapp_list.h