From c23959aa7a6bb1f81f1834fd68aed48962fd6e2e Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 11 Sep 2014 17:38:07 +0200 Subject: Revert "Fixed (ICE-3792) - dependencies in the repository are very crappy" This reverts commit 201d395c7186e50d195672db7b472989783826cb. Conflicts: cpp/config/Make.rules cpp/test/Ice/Makefile.mak --- cpp/src/slice2js/Main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/src/slice2js/Main.cpp') diff --git a/cpp/src/slice2js/Main.cpp b/cpp/src/slice2js/Main.cpp index 25a74a366a5..f7c83e29ca5 100644 --- a/cpp/src/slice2js/Main.cpp +++ b/cpp/src/slice2js/Main.cpp @@ -187,7 +187,8 @@ compile(int argc, char* argv[]) return EXIT_FAILURE; } - if(!icecpp->printMakefileDependencies(Preprocessor::JS, output, includePaths, "-D__SLICE2JS__")) + if(!icecpp->printMakefileDependencies(Preprocessor::JS, includePaths, + "-D__SLICE2JS__")) { return EXIT_FAILURE; } -- cgit v1.2.3