summaryrefslogtreecommitdiffstats
path: root/mpcommon.mak
diff options
context:
space:
mode:
Diffstat (limited to 'mpcommon.mak')
-rw-r--r--mpcommon.mak4
1 files changed, 1 insertions, 3 deletions
diff --git a/mpcommon.mak b/mpcommon.mak
index 9838de2cfa..8d2b087a61 100644
--- a/mpcommon.mak
+++ b/mpcommon.mak
@@ -26,6 +26,4 @@ distclean:: clean
dep depend:
$(CC) -MM $(CFLAGS) $(SRCS) $(SRCS2) 1>.depend
-ifneq ($(wildcard .depend),)
-include .depend
-endif
+-include .depend