summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-14 08:56:43 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-14 08:56:43 +0000
commit7be356ee13736af7780f83dd859cde02d052ae40 (patch)
tree66cbe1b1dcf604a809ae28848a67b13e97279061 /vidix
parent57c3425749049c9460938538e7fb0116cfafcd5d (diff)
downloadmpv-7be356ee13736af7780f83dd859cde02d052ae40.tar.bz2
mpv-7be356ee13736af7780f83dd859cde02d052ae40.tar.xz
Use 'libs' instead of 'all' target.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22568 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix')
-rw-r--r--vidix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/Makefile b/vidix/Makefile
index 7a156050a7..bad801ea10 100644
--- a/vidix/Makefile
+++ b/vidix/Makefile
@@ -4,7 +4,7 @@ LIBNAME_MPLAYER = libvidix.a
SRCS_MPLAYER = vidixlib.c
-all: libs
+libs:
$(MAKE) -C drivers
clean::