mirror of https://github.com/mpv-player/mpv
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:
parent
20d8af25be
commit
f72beec4da
|
@ -26,7 +26,7 @@ distclean:: clean
|
||||||
rm -f .depend
|
rm -f .depend
|
||||||
|
|
||||||
dep depend:
|
dep depend:
|
||||||
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
|
$(CC) -MM $(CFLAGS) $(SRCS) $(SRCS2) 1>.depend
|
||||||
|
|
||||||
ifneq ($(wildcard .depend),)
|
ifneq ($(wildcard .depend),)
|
||||||
include .depend
|
include .depend
|
||||||
|
|
Loading…
Reference in New Issue