Skip to content

Commit

Permalink
- make install no longer tries to install qtclients if they were not …
Browse files Browse the repository at this point in the history
…compiled

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5776 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jul 1, 2010
1 parent 0079181 commit 5b2a848
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OMShell/Makefile.unix.in
Expand Up @@ -28,8 +28,9 @@ $(NAME): $(NAME)$(EXE) always
endif

build: $(NAME)
mkdir -p $(builddir_share)/omshell/
cp -p $(NAME) $(builddir_bin)
cp -p ../OMNotebook/OMNotebookQT4/commands.xml $(builddir_share)/omshell
cp -p ../OMNotebook/OMNotebookQT4/commands.xml $(builddir_share)/omshell/

Makefile.unix: Makefile.unix.in
cd $(top_builddir); ./config.status

0 comments on commit 5b2a848

Please sign in to comment.