diff options
author | marha <marha@users.sourceforge.net> | 2010-03-16 13:03:59 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-03-16 13:03:59 +0000 |
commit | ed47063ec4933a51ef0f2f7d667b8178a86b6b12 (patch) | |
tree | 85cbcd3951bab7edd48700ed4c3fba1d40d73f11 /tools/mhmake/src/util.h | |
parent | 06615d6166af0efaf2893c6b7328b96c5a86b786 (diff) | |
download | vcxsrv-ed47063ec4933a51ef0f2f7d667b8178a86b6b12.tar.gz vcxsrv-ed47063ec4933a51ef0f2f7d667b8178a86b6b12.tar.bz2 vcxsrv-ed47063ec4933a51ef0f2f7d667b8178a86b6b12.zip |
Solved problem with $(@:%blabla=%) when there are spaces in the filename
Diffstat (limited to 'tools/mhmake/src/util.h')
-rw-r--r-- | tools/mhmake/src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mhmake/src/util.h b/tools/mhmake/src/util.h index fc39f9e84..1d3cfbb66 100644 --- a/tools/mhmake/src/util.h +++ b/tools/mhmake/src/util.h @@ -50,7 +50,7 @@ #define PLATFORM "linux"
#endif
-#define MHMAKEVER "2.0.3"
+#define MHMAKEVER "2.0.4"
class makecommand
{
|