[MPlayer-cvslog] r21210 - trunk/osdep/Makefile

diego subversion at mplayerhq.hu
Sat Nov 25 12:26:57 CET 2006


Author: diego
Date: Sat Nov 25 12:26:53 2006
New Revision: 21210

Modified:
   trunk/osdep/Makefile

Log:
all should be the first target.


Modified: trunk/osdep/Makefile
==============================================================================
--- trunk/osdep/Makefile	(original)
+++ trunk/osdep/Makefile	Sat Nov 25 12:26:53 2006
@@ -45,6 +45,8 @@
 .c.o:
 	$(CC) -c $(CFLAGS) -o $@ $<
 
+all:    $(LIBNAME)
+
 mplayer-rc.o: mplayer.rc
 	windres -o $@ $<
 
@@ -52,8 +54,6 @@
 	$(AR) r $@ $^
 	$(RANLIB) $@
 
-all:    $(LIBNAME)
-
 clean:
 	rm -f *.o *.a *~
 



More information about the MPlayer-cvslog mailing list