Mercurial > mplayer.hg
changeset 21211:0cb72a86e85f
Remove pointless indirection.
author | diego |
---|---|
date | Sat, 25 Nov 2006 17:02:52 +0000 |
parents | 39a0f240f3d7 |
children | 00f6e8e5e018 |
files | libass/Makefile |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libass/Makefile Sat Nov 25 16:55:02 2006 +0000 +++ b/libass/Makefile Sat Nov 25 17:02:52 2006 +0000 @@ -3,8 +3,6 @@ LIBNAME=libass.a -LIBS=$(LIBNAME) - SRCS=ass.c ass_cache.c ass_fontconfig.c ass_render.c ass_utils.c ass_mp.c ass_bitmap.c ass_library.c OBJS=$(SRCS:.c=.o) @@ -21,7 +19,7 @@ .c.o: $(CC) -c $(CFLAGS) -o $@ $< -all: $(LIBS) +all: $(LIBNAME) $(LIBNAME): $(OBJS) $(AR) r $(LIBNAME) $(OBJS)