aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/src/util.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-11-10 17:07:33 +0000
committermarha <marha@users.sourceforge.net>2009-11-10 17:07:33 +0000
commitad1a1db73c33e35fac0dd2be75b6fb588ef9fe40 (patch)
tree1366900b29b35212b403de9057e2345a19902601 /tools/mhmake/src/util.h
parent28bca12756e96e4094693edb35fbc1c255629221 (diff)
downloadvcxsrv-ad1a1db73c33e35fac0dd2be75b6fb588ef9fe40.tar.gz
vcxsrv-ad1a1db73c33e35fac0dd2be75b6fb588ef9fe40.tar.bz2
vcxsrv-ad1a1db73c33e35fac0dd2be75b6fb588ef9fe40.zip
Avoid unnecessary re-compilations when environment variables are changed in makefiles.
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 578f4a3a1..4bb17ef07 100644
--- a/tools/mhmake/src/util.h
+++ b/tools/mhmake/src/util.h
@@ -50,7 +50,7 @@
#define PLATFORM "linux"
#endif
-#define MHMAKEVER "1.4.4"
+#define MHMAKEVER "1.4.5"
#define MAKEDEPFILE ".makefile.dep"