summaryrefslogtreecommitdiff
path: root/cpp/src/slice2rb/Main.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-09-10 17:36:20 +0200
committerJose <jose@zeroc.com>2014-09-10 17:36:20 +0200
commit00dbbdfaeae1af7d7457329641bb0cf6e726ba3c (patch)
treea658e21567cf3227ad52d948627fae5db1946140 /cpp/src/slice2rb/Main.cpp
parentICE-5582 (SOCKs test), ICE-5314 (HTTP proxies), major refactoring of networki... (diff)
downloadice-00dbbdfaeae1af7d7457329641bb0cf6e726ba3c.tar.bz2
ice-00dbbdfaeae1af7d7457329641bb0cf6e726ba3c.tar.xz
ice-00dbbdfaeae1af7d7457329641bb0cf6e726ba3c.zip
Fixed (ICE-3792) - dependencies in the repository are very crappy
Diffstat (limited to 'cpp/src/slice2rb/Main.cpp')
-rw-r--r--cpp/src/slice2rb/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2rb/Main.cpp b/cpp/src/slice2rb/Main.cpp
index 83f2da8a9c0..5b59e80ba2d 100644
--- a/cpp/src/slice2rb/Main.cpp
+++ b/cpp/src/slice2rb/Main.cpp
@@ -210,7 +210,7 @@ compile(int argc, char* argv[])
return EXIT_FAILURE;
}
- if(!icecpp->printMakefileDependencies(Preprocessor::Ruby, includePaths,
+ if(!icecpp->printMakefileDependencies(Preprocessor::Ruby, output, includePaths,
"-D__SLICE2RB__"))
{
return EXIT_FAILURE;