summaryrefslogtreecommitdiffstats
path: root/dvdread/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dvdread/Makefile')
-rw-r--r--dvdread/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/dvdread/Makefile b/dvdread/Makefile
index e2bd110028..56a0f62739 100644
--- a/dvdread/Makefile
+++ b/dvdread/Makefile
@@ -40,9 +40,7 @@ clean:
distclean: clean
rm -f .depend
-dep: depend
-
-depend:
+dep depend:
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
#