summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-28 09:33:53 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-28 09:33:53 +0000
commit5dbf242b15cd3ef896b72468303eabe9d0ff27b4 (patch)
tree84c451fd796e66501aadeb018bec44007fe0f107 /vidix
parent94ec6dbf3101307095334d2c9e7b81636e450cbb (diff)
downloadmpv-5dbf242b15cd3ef896b72468303eabe9d0ff27b4.tar.bz2
mpv-5dbf242b15cd3ef896b72468303eabe9d0ff27b4.tar.xz
Remove one level of indirection on VIDIX install/uninstall.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21350 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix')
-rw-r--r--vidix/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/vidix/Makefile b/vidix/Makefile
index a86c404446..bd85d1552a 100644
--- a/vidix/Makefile
+++ b/vidix/Makefile
@@ -35,12 +35,6 @@ dep depend:
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
$(MAKE) -C drivers depend
-install:
- $(MAKE) -C drivers install
-
-uninstall:
- $(MAKE) -C drivers uninstall
-
ifneq ($(wildcard .depend),)
include .depend
endif