[MPlayer-cvslog] CVS: main common.mak,1.2,1.3
Diego Biurrun CVS
syncmail at mplayerhq.hu
Thu Apr 27 14:00:58 CEST 2006
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv22790
Modified Files:
common.mak
Log Message:
Sync with upstream.
Index: common.mak
===================================================================
RCS file: /cvsroot/mplayer/main/common.mak,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- common.mak 27 Feb 2006 22:44:22 -0000 1.2
+++ common.mak 27 Apr 2006 12:00:56 -0000 1.3
@@ -24,7 +24,7 @@
STATIC_OBJS := $(OBJS) $(STATIC_OBJS)
SHARED_OBJS := $(OBJS) $(SHARED_OBJS)
-all: $(LIB) $(SLIBNAME)
+all: $(EXTRADEPS) $(LIB) $(SLIBNAME)
$(LIB): $(STATIC_OBJS)
rm -f $@
More information about the MPlayer-cvslog
mailing list