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