Windows: must use backslash for makefile exist test
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 14 Sep 2013 01:40:07 +0000 (21:40 -0400)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 14 Sep 2013 02:18:55 +0000 (22:18 -0400)
Change-Id: Ifb8c7b88be92a856073e1001ace60ac43c69eb6d

NTMakefile

index 00c5a54f03a017e8c4cd494525c2502bd37d21ce..9848a78979d03b7f4016bd9de90189cbbb78f34b 100644 (file)
@@ -29,7 +29,7 @@
 # POSSIBILITY OF SUCH DAMAGE.
 #
 
-!if exist(thirdparty/NTMakefile)
+!if exist("thirdparty\NTMakefile")
 thirdparty=thirdparty
 !endif