Bug 770165 - Fix a test to reflect the reality that Pymake works with Windows paths but MSYS make works with Unix paths. r=khuey

--HG--
extra : rebase_source : 75be29ad11113ead1a16ed212e745759ee2fc4d6
This commit is contained in:
Siddharth Agarwal 2012-07-25 22:40:07 +05:30
parent 8117a70214
commit 1b00f2f47d

View File

@ -1,8 +1,5 @@
ifdef __WIN32__
VPSEP = ;
else
VPSEP = :
endif
# On Windows, MSYS make takes Unix paths but Pymake takes Windows paths
VPSEP := $(if $(and $(__WIN32__),$(.PYMAKE)),;,:)
$(shell \
mkdir subd1 subd2 subd3; \