summaryrefslogtreecommitdiff
path: root/ruby
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2015-04-23 15:11:38 -0230
committerMatthew Newhook <matthew@zeroc.com>2015-04-23 15:11:38 -0230
commit25813afcb67cf87ebb0318ebefefacd3061c9e60 (patch)
treeb3c69049535d1dd930296b26ad71116c6f132e26 /ruby
parentUpdate to use latest gradle ice builder (diff)
downloadice-25813afcb67cf87ebb0318ebefefacd3061c9e60.tar.bz2
ice-25813afcb67cf87ebb0318ebefefacd3061c9e60.tar.xz
ice-25813afcb67cf87ebb0318ebefefacd3061c9e60.zip
ICE-6450 Dependencies and system headers
Diffstat (limited to 'ruby')
-rw-r--r--ruby/config/Make.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/config/Make.rules b/ruby/config/Make.rules
index a2f15aec441..b070215d14e 100644
--- a/ruby/config/Make.rules
+++ b/ruby/config/Make.rules
@@ -214,7 +214,7 @@ all:: $(SRCS)
.cpp.o:
$(CXX) -c $(CPPFLAGS) $(CXXFLAGS) $<
@mkdir -p .depend
- @$(CXX) -DMAKEDEPEND -M $(CPPFLAGS) $< > .depend/$(*F).d
+ @$(CXX) -DMAKEDEPEND -MM $(CPPFLAGS) $< > .depend/$(*F).d
clean::
-rm -f $(TARGETS)