[Scummvm-cvs-logs] CVS: scummvm Makefile.common,1.56,1.57

Max Horn fingolfin at users.sourceforge.net
Sat Aug 2 04:25:03 CEST 2003


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

Modified Files:
	Makefile.common 
Log Message:
GCC3 mode and distclean target were broken

Index: Makefile.common
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.common,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- Makefile.common	2 Aug 2003 09:21:34 -0000	1.56
+++ Makefile.common	2 Aug 2003 11:17:11 -0000	1.57
@@ -87,12 +87,12 @@
 #$(OBJS): $(INCS)
 
 
-ifndef HAVE_GCC3
-# If you use GCC, disable the above and enable this for intelligent
-# dependency tracking. 
 DEPDIRS = $(addsuffix /$(DEPDIR),$(MODULES))
 DEPFILES = $(wildcard $(addsuffix /*.d,$(DEPDIRS)))
 
+ifndef HAVE_GCC3
+# If you use GCC, disable the above and enable this for intelligent
+# dependency tracking. 
 .cpp.o:
 	$(MKDIR) $(*D)/$(DEPDIR)
 	$(CXX) -Wp,-MMD,"$(*D)/$(DEPDIR)/$(*F).d2" $(CXXFLAGS) $(CPPFLAGS) -c $(<) -o $*.o





More information about the Scummvm-git-logs mailing list