From cf4bf03dc27fd6a499fd1e2b23bce2c1093ad2d1 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 20 Nov 2006 11:18:01 +0000 Subject: Unify dep/depend targets. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21096 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libvo') diff --git a/libvo/Makefile b/libvo/Makefile index 76216a97a4..868c37da3e 100644 --- a/libvo/Makefile +++ b/libvo/Makefile @@ -66,9 +66,7 @@ clean: distclean: clean rm -f .depend -dep: depend - -depend: +dep depend: $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend # -- cgit v1.2.3