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 01fa03a commit 141ab87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OMEdit/OMEditGUI/Makefile.unix.in
Expand Up @@ -25,8 +25,9 @@ always:

omc_communication.cpp: omc_communication.cc
ln -s $< $@
omc_communication.cc omc_communication.h: $(runtimedir)/omc_communication.idl
omc_communication.cc: $(runtimedir)/omc_communication.idl
@IDLCMD@ $<
omc_communication.h: omc_communication.cc

$(NAME): Makefile OMEdit.config omc_communication.cpp
$(MAKE) -f Makefile
Expand Down

0 comments on commit 141ab87

Please sign in to comment.