Skip to content

Commit

Permalink
- Makefile parameters should contain the include dirs, not the includ…
Browse files Browse the repository at this point in the history
…e itself

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10233 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Oct 27, 2011
1 parent ab2cc4c commit fb92220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/SimCode.mo
Expand Up @@ -2164,7 +2164,7 @@ algorithm

algorithmAndEquationAsserts = BackendDAEUtil.foldEqSystem(dlow2,createAlgorithmAndEquationAsserts,{});
discreteModelVars = BackendDAEUtil.foldEqSystem(dlow2,extractDiscreteModelVars,{});
makefileParams = createMakefileParams(externalFunctionIncludes,libs);
makefileParams = createMakefileParams(includeDirs,libs);
(delayedExps,maxDelayedExpIndex) = extractDelayedExpressions(dlow2);

// replace div operator with div operator with check of Division by zero
Expand Down

0 comments on commit fb92220

Please sign in to comment.