aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2003-08-02 11:17:59 +0000
committerMax Horn2003-08-02 11:17:59 +0000
commit36d72879600e43a887546d155c444815007afdfc (patch)
treee6722174b786d3fa2a705b2bf7d6fc22d216293e
parent47f0abec39db29aa41ea25a84fb03b8d16548daf (diff)
downloadscummvm-rg350-36d72879600e43a887546d155c444815007afdfc.tar.gz
scummvm-rg350-36d72879600e43a887546d155c444815007afdfc.tar.bz2
scummvm-rg350-36d72879600e43a887546d155c444815007afdfc.zip
double broken in fact
svn-id: r9407
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index dae682ef71..4c17b5e1f3 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -104,7 +104,7 @@ else
# 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