From 5dbf242b15cd3ef896b72468303eabe9d0ff27b4 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 28 Nov 2006 09:33:53 +0000 Subject: Remove one level of indirection on VIDIX install/uninstall. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21350 b3059339-0415-0410-9bf9-f77b7e298cf2 --- vidix/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'vidix/Makefile') 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 -- cgit v1.2.3