aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/src/util.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-11-19 07:35:58 +0000
committermarha <marha@users.sourceforge.net>2009-11-19 07:35:58 +0000
commit53cc6cb6ba430aad512bbdfc9828dd9b98682fbd (patch)
tree8c8339237136cbd414f055c84cbb6376614e79c7 /tools/mhmake/src/util.h
parentb6ebd3b00a6080469e40e83c1c97571fded386e2 (diff)
downloadvcxsrv-53cc6cb6ba430aad512bbdfc9828dd9b98682fbd.tar.gz
vcxsrv-53cc6cb6ba430aad512bbdfc9828dd9b98682fbd.tar.bz2
vcxsrv-53cc6cb6ba430aad512bbdfc9828dd9b98682fbd.zip
Now the automatic dependency filename is derived from the makefile filename.
Diffstat (limited to 'tools/mhmake/src/util.h')
-rw-r--r--tools/mhmake/src/util.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/mhmake/src/util.h b/tools/mhmake/src/util.h
index 9f632ab48..2665e0e0c 100644
--- a/tools/mhmake/src/util.h
+++ b/tools/mhmake/src/util.h
@@ -50,9 +50,7 @@
#define PLATFORM "linux"
#endif
-#define MHMAKEVER "1.4.6"
-
-#define MAKEDEPFILE ".makefile.dep"
+#define MHMAKEVER "1.4.7"
class makecommand
{