From d587794dfc6db8c14dabe8f5039a27c6e396b071 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sun, 6 Dec 2009 10:19:39 +0000 Subject: [PATCH] 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 --- rbutil/mkamsboot/Makefile | 5 ----- rbutil/mktccboot/Makefile | 5 ----- 2 files changed, 10 deletions(-) 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)$@ $^