summaryrefslogtreecommitdiffstats
path: root/osdep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/Makefile')
-rw-r--r--osdep/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/osdep/Makefile b/osdep/Makefile
index 87ccb50533..21a2211ca3 100644
--- a/osdep/Makefile
+++ b/osdep/Makefile
@@ -49,8 +49,8 @@ mplayer-rc.o: mplayer.rc
windres -o $@ $<
$(LIBNAME): $(OBJS)
- $(AR) r $(LIBNAME) $(OBJS)
- $(RANLIB) $(LIBNAME)
+ $(AR) r $@ $^
+ $(RANLIB) $@
all: $(LIBNAME)