diff --git a/rbutil/mkamsboot/Makefile b/rbutil/mkamsboot/Makefile index 70b79aa059..219fb43d03 100644 --- a/rbutil/mkamsboot/Makefile +++ b/rbutil/mkamsboot/Makefile @@ -51,11 +51,6 @@ $(OUT)/%.o: %.c $(OUT) @echo CC $< $ $(SILENT)$(CC) $(CFLAGS) -c -o $@ $< -# building the library archive -$(OUT)/libmkamsboot.o: $(OUT)/mkamsboot.o - @echo CC $< - $(SILENT)$(CC) $(CFLAGS) -DLIB -c -o $(OUT)/libmkamsboot.o -W -Wall mkamsboot.c - libmkamsboot$(RBARCH).a: $(LIBOBJS) @echo AR $@ $(SILENT)$(AR) ruc $(TARGET_DIR)$@ $^ diff --git a/rbutil/mktccboot/Makefile b/rbutil/mktccboot/Makefile index 61737651b7..c6c4f8bdf6 100644 --- a/rbutil/mktccboot/Makefile +++ b/rbutil/mktccboot/Makefile @@ -54,11 +54,6 @@ $(OUT)/%.o: %.c $(OUT) @echo CC $< $(SILENT)$(CC) $(CFLAGS) -c -o $@ $< -# building the library archive -$(OUT)/libmktccboot.o: $(OUT)/mktccboot.o - @echo CC $< - $(SILENT)$(CC) $(CFLAGS) -DLIB -c -o $(OUT)/libmktccboot.o -W -Wall mktccboot.c - libmktccboot$(RBARCH).a: $(LIBOBJS) @echo AR $@ $(SILENT)$(AR) ruc $(TARGET_DIR)$@ $^