Skip to content

Commit

Permalink
- Fix builds.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25700 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Apr 23, 2015
1 parent 679fd4d commit 53ce52a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Expand Up @@ -69,7 +69,7 @@ build/lib/omc/libomcgc.so: 3rdParty/gc/.libs/libomcgc.so

qtclean-common:
rm -rf OMShell/bin/OMShell$(EXE) OMShell/OMShellGUI/omc_communication.*
rm -rf OMNotebook/bin/OMNotebook$(EXE) OMNotebook/OMNotebookGUI/omc_communication.*
rm -rf OMNotebook/bin/OMNotebook$(EXE)
rm -rf OMOptim/build/OMOptim$(EXE) OMOptim/build/omc_communication.*
for f in 3rdParty/qwt \
OMEdit/OMEditGUI \
Expand Down Expand Up @@ -113,7 +113,7 @@ else ifeq (@IDLCMD@,)
qtclients: omedit
@echo "*** OpenModelica configured without support for CORBA"
else
omnotebook: mkbuilddirs qwt omplot
omnotebook: mkbuilddirs omc qwt omplot
mkdir -p $(builddir_share)/omnotebook
$(MAKE) -C OMNotebook/OMNotebookGUI -f Makefile.unix
omshell: mkbuilddirs
Expand Down

0 comments on commit 53ce52a

Please sign in to comment.