diff options
-rw-r--r-- | rbutil/mkamsboot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/mkamsboot/Makefile b/rbutil/mkamsboot/Makefile index 6eae46e210..eca330a6c0 100644 --- a/rbutil/mkamsboot/Makefile +++ b/rbutil/mkamsboot/Makefile @@ -56,7 +56,7 @@ libmkamsboot$(RBARCH).a: $(LIBOBJS) $(SILENT)$(AR) ruc $(TARGET_DIR)$@ $^ # building the standalone executable -$(OUTPUT): $(OBJS) $(LIBOBJS) $(EXTRADEPS) +$(OUTPUT): $(OBJS) $(EXTRADEPS) @echo LD $@ $(SILENT)$(CC) $(CFLAGS) -o $(OUTPUT) $(OBJS) $(EXTRADEPS) |