summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cs/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/slice2cs/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/slice2cs/Main.cpp')
-rw-r--r--cpp/src/slice2cs/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cs/Main.cpp b/cpp/src/slice2cs/Main.cpp
index 2daf35e928d..77964c6fd2f 100644
--- a/cpp/src/slice2cs/Main.cpp
+++ b/cpp/src/slice2cs/Main.cpp
@@ -214,7 +214,7 @@ compile(int argc, char* argv[])
return EXIT_FAILURE;
}
- if(!icecpp->printMakefileDependencies(Preprocessor::CSharp, includePaths,
+ if(!icecpp->printMakefileDependencies(Preprocessor::CSharp, output, includePaths,
"-D__SLICE2CS__"))
{
return EXIT_FAILURE;