[MPlayer-cvslog] r22133 - trunk/mpcommon.mak
diego
subversion at mplayerhq.hu
Sun Feb 4 20:18:26 CET 2007
Author: diego
Date: Sun Feb 4 20:18:26 2007
New Revision: 22133
Modified:
trunk/mpcommon.mak
Log:
100l: Copy and paste typo, library dependencies and rules are separated now.
Modified: trunk/mpcommon.mak
==============================================================================
--- trunk/mpcommon.mak (original)
+++ trunk/mpcommon.mak Sun Feb 4 20:18:26 2007
@@ -13,7 +13,7 @@
$(LIBNAME): $(OBJS)
$(LIBNAME2): $(OBJS2)
-$(LIBNAME) $(LIBNAME2): $(OBJS2)
+$(LIBNAME) $(LIBNAME2):
$(AR) r $@ $^
$(RANLIB) $@
More information about the MPlayer-cvslog
mailing list