summaryrefslogtreecommitdiff
path: root/rbutil/mkamsboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/mkamsboot/Makefile')
-rw-r--r--rbutil/mkamsboot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/mkamsboot/Makefile b/rbutil/mkamsboot/Makefile
index 0a9ab3b4e7..a76259794e 100644
--- a/rbutil/mkamsboot/Makefile
+++ b/rbutil/mkamsboot/Makefile
@@ -60,7 +60,7 @@ $(OBJDIR)%.o: %.c
60 60
61libmkamsboot$(RBARCH).a: $(LIBOBJS) 61libmkamsboot$(RBARCH).a: $(LIBOBJS)
62 @echo AR $@ 62 @echo AR $@
63 $(SILENT)$(AR) ruc $(TARGET_DIR)$@ $^ 63 $(SILENT)$(AR) rucs $(TARGET_DIR)$@ $^
64 64
65# building the standalone executable 65# building the standalone executable
66$(OUTPUT): $(OBJS) $(EXTRADEPS) 66$(OUTPUT): $(OBJS) $(EXTRADEPS)