summaryrefslogtreecommitdiffstats
path: root/vidix/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-25 01:28:49 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-25 01:28:49 +0000
commit983f114b7f263eafd0ad6e7e36c24cc223402bce (patch)
treecb7ee80a2517cee6a799919c6659d453392c2706 /vidix/Makefile
parentac04dcd62588703bf03abf3a4c177af54a2475d0 (diff)
downloadmpv-983f114b7f263eafd0ad6e7e36c24cc223402bce.tar.bz2
mpv-983f114b7f263eafd0ad6e7e36c24cc223402bce.tar.xz
Remove nonexistent variable/file.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21204 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix/Makefile')
-rw-r--r--vidix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/Makefile b/vidix/Makefile
index 4b203be805..3d3e7801c9 100644
--- a/vidix/Makefile
+++ b/vidix/Makefile
@@ -14,7 +14,7 @@ CFLAGS = $(OPTFLAGS)
.c.o:
$(CC) -c $(CFLAGS) -o $@ $<
-all: $(SUBDIRS) $(LIBNAME) do_drivers
+all: $(LIBNAME) do_drivers
do_drivers:
$(MAKE) -C drivers