Skip to content

Commit

Permalink
Initiailization of the OSTYP and OS_MSYS variables was not done. Fixed.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3679 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Filippo Donida committed Oct 3, 2008
1 parent cc3f760 commit 471777b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Compiler/omc_debug/Makefile.in
@@ -1,7 +1,7 @@
#
# Makefile for omc
#
# David Kågedal <x97davka@ida.liu.se>
# David K�gedal <x97davka@ida.liu.se>
#
# $Id$
#
Expand All @@ -10,6 +10,8 @@ ANTLR_HOME = @antlrhome@

ANTLR_INCP = -I@antlrinc@
ANTLR_LIBP = -L@antlrlib@
OSTYP=$(OSTYPE)
OS_MSYS=msys
LIBSOCKET = @LIBSOCKET@

SHELL = /bin/sh
Expand Down

0 comments on commit 471777b

Please sign in to comment.