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

diego subversion at mplayerhq.hu
Tue Mar 13 11:14:06 CET 2007


Author: diego
Date: Tue Mar 13 11:14:05 2007
New Revision: 22544

Modified:
   trunk/mpcommon.mak

Log:
Give the library generation target a more sensible name.


Modified: trunk/mpcommon.mak
==============================================================================
--- trunk/mpcommon.mak	(original)
+++ trunk/mpcommon.mak	Tue Mar 13 11:14:05 2007
@@ -9,7 +9,7 @@ CFLAGS += -I. -I.. $(OPTFLAGS)
 
 LIBS = $(LIBNAME) $(LIBNAME2)
 
-all:    $(LIBS)
+libs: $(LIBS)
 
 $(LIBNAME): $(OBJS)
 $(LIBNAME2): $(OBJS2)
@@ -28,4 +28,4 @@ dep depend:
 
 -include .depend
 
-.PHONY: all clean distclean dep depend
+.PHONY: libs clean distclean dep depend



More information about the MPlayer-cvslog mailing list