aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/src/util.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-02-03 07:02:30 +0000
committermarha <marha@users.sourceforge.net>2011-02-03 07:02:30 +0000
commitbb0b8a5bed072a5203baf3ea963106c50ec2287e (patch)
tree3d2ae19e2bf6b34954f10ae0119e559a3ecebc39 /tools/mhmake/src/util.h
parent6bae47acf680a896f1f68f39a307c7910d5c1e2f (diff)
downloadvcxsrv-bb0b8a5bed072a5203baf3ea963106c50ec2287e.tar.gz
vcxsrv-bb0b8a5bed072a5203baf3ea963106c50ec2287e.tar.bz2
vcxsrv-bb0b8a5bed072a5203baf3ea963106c50ec2287e.zip
Solved problem of auto dependency scan not happening in case a rule exists (and not only for implicit rule)
Diffstat (limited to 'tools/mhmake/src/util.h')
-rw-r--r--tools/mhmake/src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mhmake/src/util.h b/tools/mhmake/src/util.h
index 68ff03992..f789584a1 100644
--- a/tools/mhmake/src/util.h
+++ b/tools/mhmake/src/util.h
@@ -50,7 +50,7 @@
#define PLATFORM "linux"
#endif
-#define MHMAKEVER "2.4.4"
+#define MHMAKEVER "2.4.5"
class makecommand
{