summaryrefslogtreecommitdiff
path: root/cpp/src/slice2js/Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2js/Main.cpp')
-rw-r--r--cpp/src/slice2js/Main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/slice2js/Main.cpp b/cpp/src/slice2js/Main.cpp
index f7c83e29ca5..25a74a366a5 100644
--- a/cpp/src/slice2js/Main.cpp
+++ b/cpp/src/slice2js/Main.cpp
@@ -187,8 +187,7 @@ compile(int argc, char* argv[])
return EXIT_FAILURE;
}
- if(!icecpp->printMakefileDependencies(Preprocessor::JS, includePaths,
- "-D__SLICE2JS__"))
+ if(!icecpp->printMakefileDependencies(Preprocessor::JS, output, includePaths, "-D__SLICE2JS__"))
{
return EXIT_FAILURE;
}