Consider SRCS2 as well when generating dependency information.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22100 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-02-01 01:09:39 +00:00
parent 20d8af25be
commit f72beec4da
1 changed files with 1 additions and 1 deletions

View File

@ -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