[Scummvm-cvs-logs] CVS: scummvm Makefile.common,1.79,1.80

Marcus Comstedt marcus_c at users.sourceforge.net
Sun Feb 1 09:10:00 CET 2004


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv864

Modified Files:
	Makefile.common 
Log Message:
Depfiles are not generated in $(srcdir), so don't include them from there...

Index: Makefile.common
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.common,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- Makefile.common	30 Jan 2004 21:54:27 -0000	1.79
+++ Makefile.common	1 Feb 2004 17:07:23 -0000	1.80
@@ -171,4 +171,4 @@
 
 # Include the dependency tracking files. We add /dev/null at the end
 # of the list to avoid a warning/error if no .d file exist
--include $(wildcard $(addprefix $(srcdir)/, $(addsuffix /*.d,$(DEPDIRS)))) /dev/null
+-include $(wildcard $(addsuffix /*.d,$(DEPDIRS))) /dev/null





More information about the Scummvm-git-logs mailing list