[Scummvm-cvs-logs] CVS: scummvm Makefile.common,1.27,1.28
James Brown
ender at users.sourceforge.net
Sat Nov 2 00:18:14 CET 2002
Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv2637
Modified Files:
Makefile.common
Log Message:
Revert back to revision 1.26.
Fingolfin, this breaks compilation on linux gcc 2.9x.. debian at least.
Index: Makefile.common
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.common,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Makefile.common 1 Nov 2002 20:28:51 -0000 1.27
+++ Makefile.common 2 Nov 2002 08:16:04 -0000 1.28
@@ -119,7 +119,10 @@
.cpp.o:
$(MKDIR) $(*D)/$(DEPDIR)
- $(CXX) -Wp,-MMD,"$(*D)/$(DEPDIR)/$(*F).d",-MQ,"$@",-MP $(CFLAGS) $(CPPFLAGS) -c $(<) -o $*.o
+ $(CXX) -Wp,-MMD,"$(*D)/$(DEPDIR)/$(*F).d2" $(CFLAGS) $(CPPFLAGS) -c $(<) -o $*.o
+ $(ECHO) "$(*D)/" > $(*D)/$(DEPDIR)/$(*F).d
+ $(CAT) "$(*D)/$(DEPDIR)/$(*F).d2" >> "$(*D)/$(DEPDIR)/$(*F).d"
+ $(RM) "$(*D)/$(DEPDIR)/$(*F).d2"
-include $(DEPFILES) /dev/null
More information about the Scummvm-git-logs
mailing list