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