Skip to content

Commit

Permalink
- Fix for make -j2 in c_runtime/Makefile.common
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5550 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed May 19, 2010
1 parent 7d10159 commit 081fdcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_runtime/Makefile.common
Expand Up @@ -53,7 +53,7 @@ libf2c/libf2c.a :
libsendDataHumbug.a :
make -C sendData -f Makefile.humbug

install: libc_runtime.a libsim.a libf2c/libf2c.a interactive/libinteractive.a omdevinstall
install: libc_runtime.a libsim.a libf2c/libf2c.a interactive/libinteractive.a $(LIBSENDDATA) omdevinstall
cp $(HFILES) $(builddir_inc)/
cp $(LIBS) $(builddir_lib)/
cp libf2c/libf2c.* $(builddir_lib)/
Expand Down

0 comments on commit 081fdcb

Please sign in to comment.