diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-02-04 19:18:26 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-02-04 19:18:26 +0000 |
commit | 3f3f9eaae59a910958620a9881ba8f0bf6a63b42 (patch) | |
tree | 4c4ffdf7758505b9cb7183c0e242c5c6f6538e9d | |
parent | f58e52ba6e5b99f47311743a95be7e6916b7b2df (diff) |
100l: Copy and paste typo, library dependencies and rules are separated now.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22133 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | mpcommon.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpcommon.mak b/mpcommon.mak index 1308037f90..9838de2cfa 100644 --- a/mpcommon.mak +++ b/mpcommon.mak @@ -13,7 +13,7 @@ all: $(LIBS) $(LIBNAME): $(OBJS) $(LIBNAME2): $(OBJS2) -$(LIBNAME) $(LIBNAME2): $(OBJS2) +$(LIBNAME) $(LIBNAME2): $(AR) r $@ $^ $(RANLIB) $@ |