summaryrefslogtreecommitdiffstats
path: root/mpcommon.mak
diff options
context:
space:
mode:
Diffstat (limited to 'mpcommon.mak')
-rw-r--r--mpcommon.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/mpcommon.mak b/mpcommon.mak
index 2cdcf7f266..afb17121f4 100644
--- a/mpcommon.mak
+++ b/mpcommon.mak
@@ -37,6 +37,9 @@ distclean:: clean
%.d: %.cpp
$(MPDEPEND_CMD_CXX) > $@
+%.d: %.m
+ $(MPDEPEND_CMD) > $@
+
%.ho: %.h
$(CC) $(CFLAGS) -Wno-unused -c -o $@ -x c $<