From 8332b2bc5c9e9ddd460d3a133f53c1f6f291a7ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Sj=C3=B6lund?= Date: Wed, 9 Nov 2011 21:10:18 +0000 Subject: [PATCH] - OMDEV compilation git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10371 f25d12d1-65f4-0310-ae8a-bbce733d8d8e --- Compiler/runtime/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Compiler/runtime/config.h b/Compiler/runtime/config.h index fcd533e2ff1..cce36ef8882 100644 --- a/Compiler/runtime/config.h +++ b/Compiler/runtime/config.h @@ -35,6 +35,7 @@ #define DEFAULT_CC "gcc" #define DEFAULT_CXX "g++" +#define DEFAULT_MAKE "make" #define DEFAULT_LDFLAGS "-lregex -lexpat"