From 5a54fa6e45ee10cf58ee1b6d2eb5522a24bb8745 Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 12 Sep 2013 11:38:41 +0200 Subject: Some minor modifications Ignore pipe symbols when in dependency list Solved some linking problems in linux Solved problem calling svn info when using svn version from cygwin --- tools/mhmake/src/rule.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/mhmake/src/rule.cpp') diff --git a/tools/mhmake/src/rule.cpp b/tools/mhmake/src/rule.cpp index 35884e2f0..b3f682e95 100644 --- a/tools/mhmake/src/rule.cpp +++ b/tools/mhmake/src/rule.cpp @@ -32,7 +32,6 @@ vector IMPLICITRULE::m_ImplicitRules; makecommand g_MakeCommand; // Order is important since sm_Statics is using g_MakeCommand const string g_QuoteString("\""); // Order is important since sm_Statics is using g_QuoteString -loadedmakefile::loadedmakefile_statics loadedmakefile::sm_Statics; /////////////////////////////////////////////////////////////////////////////// static bool FindDep(fileinfo *pTarget, implicitruledep_t *pImplicitRule,refptr &Rule) -- cgit v1.2.3