Skip to content

Commit

Permalink
- Use @cc@/@cxx@ for mosh
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8825 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed May 5, 2011
1 parent 4ded4eb commit b09198a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mosh/src/Makefile.in
Expand Up @@ -6,8 +6,8 @@ builddir_inc=$(top_builddir)/build/include
builddir_doc=$(top_builddir)/build/doc


CC=gcc
CXX=g++
CC=@CC@
CXX=@CXX@

EXEEXT=@EXEEXT@

Expand Down

0 comments on commit b09198a

Please sign in to comment.