[Scummvm-cvs-logs] SF.net SVN: scummvm: [29130] scummvm/trunk/Makefile.common

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Sep 29 13:20:08 CEST 2007


Revision: 29130
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29130&view=rev
Author:   fingolfin
Date:     2007-09-29 04:20:07 -0700 (Sat, 29 Sep 2007)

Log Message:
-----------
Fix bug #1803020: Oddity in Makefile.common

Modified Paths:
--------------
    scummvm/trunk/Makefile.common

Modified: scummvm/trunk/Makefile.common
===================================================================
--- scummvm/trunk/Makefile.common	2007-09-29 06:26:22 UTC (rev 29129)
+++ scummvm/trunk/Makefile.common	2007-09-29 11:20:07 UTC (rev 29130)
@@ -118,6 +118,5 @@
 	$(NASM) -O1 $(NASMFLAGS) -g -o $*.o $(<)
 endif
 
-# 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 $(addsuffix /*.d,$(DEPDIRS))) /dev/null
+# Include the dependency tracking files.
+-include $(wildcard $(addsuffix /*.d,$(DEPDIRS)))


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list