From 8ef6dadf95cccfc070a25b52f378488ce63e4c43 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 13 May 2006 18:01:04 +0000 Subject: Make depend targets consistent: Remove redirection through .depend target. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18484 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdvdkit2/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libmpdvdkit2') diff --git a/libmpdvdkit2/Makefile b/libmpdvdkit2/Makefile index 2240ed7eb5..87a3239f41 100644 --- a/libmpdvdkit2/Makefile +++ b/libmpdvdkit2/Makefile @@ -65,9 +65,7 @@ distclean: clean dep: depend -depend: .depend - -.depend: +depend: $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend # -- cgit v1.2.3