diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-12-06 10:19:39 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-12-06 10:19:39 +0000 |
commit | d587794dfc6db8c14dabe8f5039a27c6e396b071 (patch) | |
tree | fc0f13f3b75ac81173a192385e6a81aad528ae73 /rbutil/mktccboot | |
parent | 472bab654b98951a81a7a6fcf732ce37ed79836c (diff) | |
download | rockbox-d587794dfc6db8c14dabe8f5039a27c6e396b071.tar.gz rockbox-d587794dfc6db8c14dabe8f5039a27c6e396b071.zip |
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
Diffstat (limited to 'rbutil/mktccboot')
-rw-r--r-- | rbutil/mktccboot/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
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)$@ $^ |