[MPlayer-cvslog] r22111 - trunk/mpcommon.mak

diego subversion at mplayerhq.hu
Sat Feb 3 15:02:10 CET 2007


Author: diego
Date: Sat Feb  3 15:02:09 2007
New Revision: 22111

Modified:
   trunk/mpcommon.mak

Log:
Merge both library rules by separating the rule from the dependencies.


Modified: trunk/mpcommon.mak
==============================================================================
--- trunk/mpcommon.mak	(original)
+++ trunk/mpcommon.mak	Sat Feb  3 15:02:09 2007
@@ -12,10 +12,8 @@
 all:    $(LIBS)
 
 $(LIBNAME): $(OBJS)
-	$(AR) r $@ $^
-	$(RANLIB) $@
-
 $(LIBNAME2): $(OBJS2)
+$(LIBNAME) $(LIBNAME2): $(OBJS2)
 	$(AR) r $@ $^
 	$(RANLIB) $@
 



More information about the MPlayer-cvslog mailing list