[MPlayer-cvslog] r22562 - trunk/vidix/Makefile

diego subversion at mplayerhq.hu
Wed Mar 14 09:39:00 CET 2007


Author: diego
Date: Wed Mar 14 09:39:00 2007
New Revision: 22562

Modified:
   trunk/vidix/Makefile

Log:
Merge all and do_drivers rules.


Modified: trunk/vidix/Makefile
==============================================================================
--- trunk/vidix/Makefile	(original)
+++ trunk/vidix/Makefile	Wed Mar 14 09:39:00 2007
@@ -7,9 +7,7 @@ OBJS	= $(SRCS:.c=.o)
 
 CFLAGS  = $(OPTFLAGS)
 
-all:	$(LIBNAME) do_drivers
-
-do_drivers:
+all:	$(LIBNAME)
 	$(MAKE) -C drivers
 
 $(LIBNAME):	$(OBJS)



More information about the MPlayer-cvslog mailing list