[Scummvm-cvs-logs] CVS: scummvm Makefile.common,1.61,1.62

Max Horn fingolfin at users.sourceforge.net
Mon Sep 8 18:06:12 CEST 2003


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv24083

Modified Files:
	Makefile.common 
Log Message:
fixed circular dependency; moved version string to main.cpp (seems more logical to me, too)

Index: Makefile.common
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.common,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- Makefile.common	8 Sep 2003 17:42:53 -0000	1.61
+++ Makefile.common	8 Sep 2003 17:46:54 -0000	1.62
@@ -95,7 +95,7 @@
 # Make engine.o depend on all other object files. This way if anything is
 # changed, it causes engine.cpp to be recompiled. This in turn ensures that
 # the build date in gScummVMBuildDate is correct.
-common/engine.o: $(OBJS)
+common/main.o: $(OBJS)
 
 # HACK temporary fix to get compilation on OS X (and possibly others) working again
 OBJS:=common/main.o common/gameDetector.o $(OBJS)





More information about the Scummvm-git-logs mailing list