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