Skip to content

Commit

Permalink
Maybe libgc.so not depend on mkbuilddirs since that makes it perform …
Browse files Browse the repository at this point in the history
…the copy even if it was not needed

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20028 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Apr 7, 2014
1 parent 449b40c commit f6a8c9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.in
Expand Up @@ -69,7 +69,8 @@ omc-rml-nolink:
$(MAKE) -C Compiler/omc_release

boehm-gc-lib: @LIBGC@
build/lib/omc/libgc.so: 3rdParty/gc-7.2/.libs/libgc.so mkbuilddirs
build/lib/omc/libgc.so: 3rdParty/gc-7.2/.libs/libgc.so
mkdir -p build/lib/omc/
cp -pPR $< $<.* build/lib/omc/
3rdParty/gc-7.2/.libs/libgc.so: 3rdParty/gc-7.2/Makefile
$(MAKE) -C 3rdParty/gc-7.2/
Expand Down

0 comments on commit f6a8c9a

Please sign in to comment.