[MPlayer-cvslog] r21528 - trunk/Makefile

diego subversion at mplayerhq.hu
Thu Dec 7 14:55:39 CET 2006


Author: diego
Date: Thu Dec  7 14:55:39 2006
New Revision: 21528

Modified:
   trunk/Makefile

Log:
Fix mplayer-rc.o build.


Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Thu Dec  7 14:55:39 2006
@@ -224,7 +224,7 @@
 	$(MAKE) -C osdep
 
 osdep/mplayer-rc.o:
-	$(MAKE) -C osdep
+	$(MAKE) -C osdep mplayer-rc.o
 
 input/libinput.a:
 	$(MAKE) -C input



More information about the MPlayer-cvslog mailing list