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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Jun 24 12:14:31 CEST 2006


Revision: 23284
Author:   fingolfin
Date:     2006-06-24 03:14:18 -0700 (Sat, 24 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23284&view=rev

Log Message:
-----------
Remove unused slash from DEPDIRS (cosmetical change to appease Torbjoern :-)

Modified Paths:
--------------
    scummvm/trunk/Makefile.common
Modified: scummvm/trunk/Makefile.common
===================================================================
--- scummvm/trunk/Makefile.common	2006-06-24 10:12:38 UTC (rev 23283)
+++ scummvm/trunk/Makefile.common	2006-06-24 10:14:18 UTC (rev 23284)
@@ -67,7 +67,7 @@
 -include $(addprefix $(srcdir)/, $(addsuffix /module.mk,$(MODULES)))
 
 # Depdir information
-DEPDIRS = $(addsuffix /$(DEPDIR),$(MODULE_DIRS))
+DEPDIRS = $(addsuffix $(DEPDIR),$(MODULE_DIRS))
 DEPFILES = 
 
 # Make base/version.o depend on all other object files. This way if anything is


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