Remove special lib Makefile targets that aren't used anymore.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23871 a1c6a512-1295-4272-9138-f99709370657
diff --git a/rbutil/mkamsboot/Makefile b/rbutil/mkamsboot/Makefile
index 70b79aa..219fb43 100644
--- a/rbutil/mkamsboot/Makefile
+++ b/rbutil/mkamsboot/Makefile
@@ -51,11 +51,6 @@
@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 6173765..c6c4f8b 100644
--- a/rbutil/mktccboot/Makefile
+++ b/rbutil/mktccboot/Makefile
@@ -54,11 +54,6 @@
@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)$@ $^