summaryrefslogtreecommitdiff
path: root/apps/examples/can/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/can/Makefile')
-rw-r--r--apps/examples/can/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/can/Makefile b/apps/examples/can/Makefile
index 3e00083cd..20fb173f0 100644
--- a/apps/examples/can/Makefile
+++ b/apps/examples/can/Makefile
@@ -80,7 +80,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context: