diff options
Diffstat (limited to 'rbutil/mkmpioboot')
-rw-r--r-- | rbutil/mkmpioboot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/mkmpioboot/Makefile b/rbutil/mkmpioboot/Makefile index 7ba7c41a1f..5e138b6f12 100644 --- a/rbutil/mkmpioboot/Makefile +++ b/rbutil/mkmpioboot/Makefile | |||
@@ -54,7 +54,7 @@ $(OBJDIR)%.o: %.c | |||
54 | 54 | ||
55 | libmkmpioboot$(RBARCH).a: $(LIBOBJS) | 55 | libmkmpioboot$(RBARCH).a: $(LIBOBJS) |
56 | @echo AR $@ | 56 | @echo AR $@ |
57 | $(SILENT)$(AR) ruc $(TARGET_DIR)$@ $^ | 57 | $(SILENT)$(AR) rucs $(TARGET_DIR)$@ $^ |
58 | 58 | ||
59 | # building the standalone executable | 59 | # building the standalone executable |
60 | $(OUTPUT): $(OBJS) $(EXTRADEPS) | 60 | $(OUTPUT): $(OBJS) $(EXTRADEPS) |