Apparently, if the argument to the cd command in an nmake file contains

spaces, it needs to be quoted, the fact that, if the argument to a cd
command typed at cmd.exe contains spaces, it *doesn't* need to be quoted
nonwithstanding.

svn path=/trunk/; revision=35987
This commit is contained in:
Guy Harris 2011-02-17 21:21:40 +00:00
parent da198b3083
commit 0bb81b40d5
1 changed files with 1 additions and 1 deletions

View File

@ -893,7 +893,7 @@ clean_setup:
rm -r -f upx303w
rm -r -f GeoIP-1.4.5ws
rm -r -f GeoIP-1.4.6-win??ws
cd $(MAKEDIR)
cd "$(MAKEDIR)"
################################################################################
# Prepare the debug trees for running Wireshark/Tshark from there.