[Scummvm-cvs-logs] CVS: scummvm Makefile.common,1.66,1.67

Max Horn fingolfin at users.sourceforge.net
Wed Sep 17 17:00:07 CEST 2003


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

Modified Files:
	Makefile.common 
Log Message:
fix Circular dependency warning

Index: Makefile.common
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.common,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- Makefile.common	17 Sep 2003 22:40:54 -0000	1.66
+++ Makefile.common	17 Sep 2003 23:59:13 -0000	1.67
@@ -93,7 +93,7 @@
 # Make main.o depend on all other object files. This way if anything is
 # changed, it causes main.cpp to be recompiled. This in turn ensures that
 # the build date in gScummVMBuildDate is correct.
-base/main.o: $(OBJS)
+base/main.o: $(filter-out base/libbase.a,$(OBJS))
 
 # The build rule for the ScummVM executable
 scummvm$(EXEEXT):  $(OBJS)





More information about the Scummvm-git-logs mailing list