summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/nxwm/Makefile')
-rw-r--r--NxWidgets/nxwm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/NxWidgets/nxwm/Makefile b/NxWidgets/nxwm/Makefile
index 81b9dcdeb..d272a8384 100644
--- a/NxWidgets/nxwm/Makefile
+++ b/NxWidgets/nxwm/Makefile
@@ -127,7 +127,7 @@ check_nuttx:
)
$(BIN): $(OBJS)
- $(call ARCHIVE, $@, "$(OBJS)")
+ $(call ARCHIVE, $@, $(OBJS))
.depend: Makefile $(SRCS)
@$(MKDEP) $(DEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep