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 810d891bd6..3f348f9403 100644
--- a/mpcommon.mak
+++ b/mpcommon.mak
@@ -27,8 +27,8 @@ clean::
distclean:: clean
rm -f .depend test test2
-dep depend:: $(SRCS_COMMON) $(SRCS_MPLAYER) $(SRCS_MENCODER)
- $(MPDEPEND_CMD) > .depend
+.depend: $(SRCS_COMMON) $(SRCS_MPLAYER) $(SRCS_MENCODER)
+ $(MPDEPEND_CMD) > $@
%.ho: %.h
$(CC) $(CFLAGS) -Wno-unused -c -o $@ -x c $<