changeset 22082:4e79a2f4993f

Consider SRCS2 as well when generating dependency information.
author diego
date Thu, 01 Feb 2007 01:09:39 +0000
parents fde1ddcc04c7
children 59982606e602
files mpcommon.mak
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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