Skip to content

Commit

Permalink
remove symbolic link from Cpp makefile for Linux
Browse files Browse the repository at this point in the history
This is because the executable has the name of the model since r25291.


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25300 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
rfranke committed Mar 27, 2015
1 parent 5ccd835 commit 44fea83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Compiler/Template/CodegenCpp.tpl
Expand Up @@ -2934,7 +2934,6 @@ case "gcc" then
<%if boolNot(stringEq(makefileParams.platform, "win32")) then
<<
<%\t%>chmod +x <%fileNamePrefix%>.sh
<%\t%>ln -sf <%fileNamePrefix%>.sh <%fileNamePrefix%>
>>
%>
>>
Expand Down

0 comments on commit 44fea83

Please sign in to comment.