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 | |
| parent | 472bab654b98951a81a7a6fcf732ce37ed79836c (diff) | |
| download | rockbox-d587794dfc6db8c14dabe8f5039a27c6e396b071.zip rockbox-d587794dfc6db8c14dabe8f5039a27c6e396b071.tar.gz rockbox-d587794dfc6db8c14dabe8f5039a27c6e396b071.tar.bz2 rockbox-d587794dfc6db8c14dabe8f5039a27c6e396b071.tar.xz | |
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
| -rw-r--r-- | rbutil/mkamsboot/Makefile | 5 | ||||
| -rw-r--r-- | rbutil/mktccboot/Makefile | 5 |
2 files changed, 0 insertions, 10 deletions
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 @@ $(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 6173765..c6c4f8b 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)$@ $^ |