From 1260edc7ca7082e6583bc8edbc6df99f6352dd59 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 14 Mar 2007 08:39:00 +0000 Subject: [PATCH] Merge all and do_drivers rules. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22562 b3059339-0415-0410-9bf9-f77b7e298cf2 --- vidix/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vidix/Makefile b/vidix/Makefile index ebfa73e5ff..582c6cae33 100644 --- a/vidix/Makefile +++ b/vidix/Makefile @@ -7,9 +7,7 @@ OBJS = $(SRCS:.c=.o) CFLAGS = $(OPTFLAGS) -all: $(LIBNAME) do_drivers - -do_drivers: +all: $(LIBNAME) $(MAKE) -C drivers $(LIBNAME): $(OBJS)