Skip to content

Commit

Permalink
Add -lgc also for omplot. Add gc as dependency in the makefiles
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19581 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Mar 14, 2014
1 parent 0b2449d commit 872e61f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Expand Up @@ -85,9 +85,9 @@ omnotebook: mkbuilddirs omplot
$(MAKE) -C OMNotebook/OMNotebookGUI -f Makefile.unix
omshell: mkbuilddirs
$(MAKE) -C OMShell/OMShellGUI -f Makefile.unix
omplot: mkbuilddirs
omplot: mkbuilddirs boehm-gc-lib
$(MAKE) -C OMPlot/OMPlotGUI -f Makefile.unix
omedit: mkbuilddirs omplot
omedit: mkbuilddirs omplot boehm-gc-lib
$(MAKE) -C OMEdit/OMEditGUI -f Makefile.unix
ifeq (@with_paradiseo@,)
omoptim:
Expand Down

0 comments on commit 872e61f

Please sign in to comment.