Skip to content

Commit

Permalink
- Fix build
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14121 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Nov 28, 2012
1 parent e7d12cc commit d418bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile.common
Expand Up @@ -77,8 +77,6 @@ build/include/omc/gc_config_macros.h: 3rdParty/gc-7.2/include/gc_config_macros.h
cp -pP $< $@
build/include/omc/gc_version.h: 3rdParty/gc-7.2/include/gc_version.h mkbuilddirs
cp -pP $< $@
3rdParty/gc-7.2/.libs/libgc.so: 3rdParty/gc-7.2/Makefile
$(MAKE) -C 3rdParty/gc-7.2/
3rdParty/gc-7.2/Makefile: 3rdParty/gc-7.2/Makefile.in 3rdParty/gc-7.2/configure
(cd 3rdParty/gc-7.2 && ./configure --enable-large-config CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)")

Expand Down
2 changes: 2 additions & 0 deletions Makefile.in
Expand Up @@ -43,6 +43,8 @@ build/lib/omc/libgc.so.1: 3rdParty/gc-7.2/.libs/libgc.so.1 mkbuilddirs
cp -pP $< $@
build/lib/omc/libgc.so.1.0.3: 3rdParty/gc-7.2/.libs/libgc.so.1.0.3 mkbuilddirs
cp -pP $< $@
3rdParty/gc-7.2/.libs/libgc.so 3rdParty/gc-7.2/.libs/libgc.so.1 3rdParty/gc-7.2/.libs/libgc.so.1.0.3: 3rdParty/gc-7.2/Makefile
$(MAKE) -C 3rdParty/gc-7.2/

qtclean-common:
rm -rf OMShell/bin/OMShell$(EXE) OMShell/OMShellGUI/omc_communication.*
Expand Down

0 comments on commit d418bc8

Please sign in to comment.