summaryrefslogtreecommitdiffstats
path: root/mpcommon.mak
diff options
context:
space:
mode:
Diffstat (limited to 'mpcommon.mak')
-rw-r--r--mpcommon.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpcommon.mak b/mpcommon.mak
index beb5d834d7..47b2ad104b 100644
--- a/mpcommon.mak
+++ b/mpcommon.mak
@@ -27,8 +27,8 @@ clean::
distclean:: clean
rm -f .depend test test2
-dep depend::
- $(CC) -MM $(CFLAGS) $(SRCS_COMMON) $(SRCS_MPLAYER) $(SRCS_MENCODER) > .depend
+dep depend:: $(SRCS_COMMON) $(SRCS_MPLAYER) $(SRCS_MENCODER)
+ $(DEPEND_CMD) > .depend
%.ho: %.h
$(CC) $(CFLAGS) -Wno-unused -c -o $@ -x c $<