1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-17 20:48:46 +00:00

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

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