summaryrefslogtreecommitdiffstats
path: root/mpcommon.mak
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-01 01:09:39 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-01 01:09:39 +0000
commitf72beec4dad5ab6486d6ec19d1a29b01071609d2 (patch)
treee3eb60cd90f6761a027508ab9443cab823fdc12c /mpcommon.mak
parent20d8af25bece94926eef7ed22bde9a18f9c39ea6 (diff)
downloadmpv-f72beec4dad5ab6486d6ec19d1a29b01071609d2.tar.bz2
mpv-f72beec4dad5ab6486d6ec19d1a29b01071609d2.tar.xz
Consider SRCS2 as well when generating dependency information.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22100 b3059339-0415-0410-9bf9-f77b7e298cf2
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 e439eb26ad..1431a9636a 100644
--- a/mpcommon.mak
+++ b/mpcommon.mak
@@ -26,7 +26,7 @@ distclean:: clean
rm -f .depend
dep depend:
- $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
+ $(CC) -MM $(CFLAGS) $(SRCS) $(SRCS2) 1>.depend
ifneq ($(wildcard .depend),)
include .depend