# HG changeset patch # User diego # Date 1170292179 0 # Node ID 4e79a2f4993fd28388ffa64969084fd77881575b # Parent fde1ddcc04c7b2c4f4d522debe2f76ebd595424b Consider SRCS2 as well when generating dependency information. diff -r fde1ddcc04c7 -r 4e79a2f4993f mpcommon.mak --- a/mpcommon.mak Wed Jan 31 23:28:34 2007 +0000 +++ b/mpcommon.mak Thu Feb 01 01:09:39 2007 +0000 @@ -26,7 +26,7 @@ rm -f .depend dep depend: - $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend + $(CC) -MM $(CFLAGS) $(SRCS) $(SRCS2) 1>.depend ifneq ($(wildcard .depend),) include .depend