Skip to content

Commit

Permalink
- removed duplicate target for SimCodeQSS.mo
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8406 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Mar 29, 2011
1 parent 3e8cc6d commit 8cec250
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Compiler/susan_codegen/SimCode/Makefile
Expand Up @@ -4,12 +4,6 @@ OMC = OPENMODELICAHOME=`pwd`/../../../build/ ../../../build/bin/omc +d=failtrace

all : SimCodeC.mo SimCodeCSharp.mo SimCodeFMU.mo Unparsing.mo SimCodeQSS.mo

SimCodeQSS.mo : SimCodeQSS.tpl SimCodeTV.mo
@echo " ** SimCodeC template compilation ** "
$(OMC) $< > $@.log || (cat $@.log && false)
cp -pf $@ ../../Template/
@echo " "

SimCodeC.mo : SimCodeC.tpl SimCodeTV.mo
@echo " ** SimCodeC template compilation ** "
$(OMC) $< > $@.log || (cat $@.log && false)
Expand Down

0 comments on commit 8cec250

Please sign in to comment.