summaryrefslogtreecommitdiff
path: root/apps/system/free/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/free/Makefile')
-rw-r--r--apps/system/free/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/system/free/Makefile b/apps/system/free/Makefile
index 2fe5c455d..3a318a492 100644
--- a/apps/system/free/Makefile
+++ b/apps/system/free/Makefile
@@ -83,7 +83,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $@, "$(OBJS)")
+ $(call ARCHIVE, $(BIN), "$(OBJS)")
@touch .built
# Register application
@@ -97,7 +97,7 @@ context: .context
# Create dependencies
.depend: Makefile $(SRCS)
- @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
+ @$(MKDEP) $(ROOTDEPPATH) "$(CC)" -- $(CFLAGS) -- $(SRCS) >Make.dep
@touch $@
depend: .depend