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 --- input/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'input') diff --git a/input/Makefile b/input/Makefile index f829b883bf..ed052ff51c 100644 --- a/input/Makefile +++ b/input/Makefile @@ -33,9 +33,7 @@ clean: distclean: clean rm -f .depend -dep: depend - -depend: +dep depend: $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend # -- cgit v1.2.3