summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-09-24 22:53:34 +0200
committerJose <jose@zeroc.com>2014-09-24 22:53:34 +0200
commit89a8a67517bb772d9c7410befa067b5269f9064c (patch)
treecde3623cd413eaa655423b5b833b4bb5d29e268b /cpp
parentFixed (ICE-5511) - Consider removing the deprecated AMI mapping (diff)
downloadice-89a8a67517bb772d9c7410befa067b5269f9064c.tar.bz2
ice-89a8a67517bb772d9c7410befa067b5269f9064c.tar.xz
ice-89a8a67517bb772d9c7410befa067b5269f9064c.zip
C++ dependencies fix
Diffstat (limited to 'cpp')
-rw-r--r--cpp/config/Make.rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/config/Make.rules b/cpp/config/Make.rules
index a50a51cd63e..1cc8dcee719 100644
--- a/cpp/config/Make.rules
+++ b/cpp/config/Make.rules
@@ -360,6 +360,8 @@ all:: $(TARGETS)
.cpp.o:
$(CXX) -c $(CPPFLAGS) $(CXXFLAGS) $<
+ @mkdir -p .depend
+ @$(CXX) -DMAKEDEPEND -M $(CXXFLAGS) $(CPPFLAGS) $< > .depend/$(*F).d
.c.o:
$(CC) -c $(CPPFLAGS) $(CFLAGS) $<