aboutsummaryrefslogtreecommitdiff
path: root/nuttx/libc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libc/Makefile')
-rw-r--r--nuttx/libc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/libc/Makefile b/nuttx/libc/Makefile
index 318816ba7..da582cdae 100644
--- a/nuttx/libc/Makefile
+++ b/nuttx/libc/Makefile
@@ -78,7 +78,7 @@ $(AOBJS): %$(OBJEXT): %.S
$(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
-$(BIN): $(OBJS)
+$(BIN): $(OBJS)
@( for obj in $(OBJS) ; do \
$(call ARCHIVE, $@, $${obj}); \
done ; )