From 50aaf4a1d4b76ded089d3242ea7ddadcdfecc395 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 24 Feb 2007 10:44:16 +0000 Subject: Simplify .depend file inclusion. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22335 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mpcommon.mak | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mpcommon.mak') 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 -- cgit v1.2.3