[Scummvm-cvs-logs] CVS: scummvm Makefile.common,1.57,1.58
Max Horn
fingolfin at users.sourceforge.net
Sat Aug 2 04:19:02 CEST 2003
Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv429
Modified Files:
Makefile.common
Log Message:
double broken in fact
Index: Makefile.common
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.common,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- Makefile.common 2 Aug 2003 11:17:11 -0000 1.57
+++ Makefile.common 2 Aug 2003 11:17:59 -0000 1.58
@@ -104,7 +104,7 @@
# rule can get you into a bad state if you Ctrl-C at the wrong moment.
# Also, with this GCC inserts additional dummy rules for the involved headers,
# which ensures a smooth compilation even if said headers become obsolete.
-#.cpp.o:
+.cpp.o:
$(MKDIR) $(*D)/$(DEPDIR)
$(CXX) -Wp,-MMD,"$(*D)/$(DEPDIR)/$(*F).d",-MQ,"$@",-MP $(CXXFLAGS) $(CPPFLAGS) -c $(<) -o $*.o
endif
More information about the Scummvm-git-logs
mailing list