changeset 22550:d3f9def2f3e7

Use 'libs' instead of 'all' target.
author diego
date Wed, 14 Mar 2007 08:56:43 +0000
parents 77f632d4ca36
children 45d3681feb02
files vidix/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vidix/Makefile	Wed Mar 14 08:55:06 2007 +0000
+++ b/vidix/Makefile	Wed Mar 14 08:56:43 2007 +0000
@@ -4,7 +4,7 @@
 
 SRCS_MPLAYER    = vidixlib.c
 
-all: libs
+libs:
 	$(MAKE) -C drivers
 
 clean::