Skip to content

Commit

Permalink
- Fix OMShell compilation on OSX
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8120 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Mar 6, 2011
1 parent 9a1d356 commit 309ba00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMShell/OMShellGUI/Makefile.unix.in
Expand Up @@ -25,7 +25,7 @@ $(NAME): Makefile OMShell.config omc_communication.cc

build: $(NAME)
mkdir -p $(builddir_share)/omshell/
if [ "$(EXE)" = ".app" ]; then cp -rp ../bin/$(NAME)$(EXE) ../build/Applications/ ; else cp -p ../bin/$(NAME) $(builddir_bin); fi
if [ "$(EXE)" = ".app" ]; then cp -rp ../bin/$(NAME)$(EXE) $(top_builddir)/build/Applications/ ; else cp -p ../bin/$(NAME) $(builddir_bin); fi
cp -p $(top_builddir)/OMNotebook/OMNotebookGUI/commands.xml $(builddir_share)/omshell/

Makefile.unix: Makefile.unix.in
Expand Down

0 comments on commit 309ba00

Please sign in to comment.