Skip to content

Commit

Permalink
- Make omniidl command more suitable for parallel jobs
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11646 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Apr 3, 2012
1 parent a654e8c commit c9c91e3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Compiler/runtime/Makefile.common
Expand Up @@ -46,10 +46,9 @@ libomcruntime.a : $(OMC_OBJ)
rm -f $@
$(AR) -s -r $@ $(OMC_OBJ)

omc_communication.cc omc_communication.h : omc_communication.idl
omc_communication.cc : omc_communication.idl
$(IDL) omc_communication.idl

omc_communication.h: omc_communication_impl.cpp corbaimpl.cpp
omc_communication.h: omc_communication.cc

omc_communication_impl.o: omc_communication.h
Corba_rml.o: omc_communication.h corbaimpl.cpp
Expand Down

0 comments on commit c9c91e3

Please sign in to comment.