Skip to content

Commit

Permalink
- Fix compilation on any real OS
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8529 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Apr 7, 2011
1 parent f70117b commit dd03462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/Makefile.unix.in
Expand Up @@ -7,7 +7,7 @@ QMAKE=@QMAKE@
install: build
if [ "$(EXE)" = ".app" ]; then cp -rp ../bin/OMEdit.app ../../build/Applications/ ; else cp -p ../bin/OMEdit ../../build/bin/OMEdit; fi
mkdir -p ../../build/share/doc/omedit/
cp -p ../docs/*.pdf ../../build/share/doc/omedit/
cp -p ../../doc/OMEdit/*.pdf ../../build/share/doc/omedit/
always:

$(NAME): Makefile OMEdit.config
Expand Down

0 comments on commit dd03462

Please sign in to comment.