From 00dbbdfaeae1af7d7457329641bb0cf6e726ba3c Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 10 Sep 2014 17:36:20 +0200 Subject: Fixed (ICE-3792) - dependencies in the repository are very crappy --- cpp/src/slice2js/Main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpp/src/slice2js/Main.cpp') 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; } -- cgit v1.2.3