Skip to content

Commit

Permalink
- Fix OMEdit compilation on Linux
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7289 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Dec 4, 2010
1 parent 45b8a7d commit 24df0de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OMEdit/OMEditGUI/Makefile.unix.in
Expand Up @@ -5,7 +5,7 @@ EXE=@EXE@
QMAKE=@QMAKE@

install: build
cp -p OMEdit ../../build/bin/OMEdit
cp -p ../bin/OMEdit ../../build/bin/OMEdit
mkdir -p ../../build/share/doc/omedit/
cp -p ../docs/*.pdf ../../build/share/doc/omedit/
always:
Expand All @@ -14,7 +14,7 @@ $(NAME)$(EXE): Makefile OMEdit.config
$(MAKE) -f Makefile
ifeq ($(EXE),.app)
$(NAME): $(NAME)$(EXE) always
cp -p ../bin/$</Contents/MacOS/$(NAME) $@
cp -p ../bin/$</Contents/MacOS/$(NAME) ../bin/$@
endif

build: $(NAME)
Expand Down

0 comments on commit 24df0de

Please sign in to comment.