diff libmpdvdkit2/Makefile @ 18483:42e57ea2b91f

Make depend targets consistent: Remove redirection through .depend target.
author diego
date Sat, 13 May 2006 18:01:04 +0000
parents d13175d249f2
children 7a9a9748e045
line wrap: on
line diff
--- a/libmpdvdkit2/Makefile	Sat May 13 17:12:55 2006 +0000
+++ b/libmpdvdkit2/Makefile	Sat May 13 18:01:04 2006 +0000
@@ -65,9 +65,7 @@
 
 dep:    depend
 
-depend: .depend
-
-.depend:
+depend:
 	$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
 
 #