ICU-5452 Fix for Windows with spaces in the PATH name.

X-SVN-Rev: 20740
This commit is contained in:
George Rhoten 2006-12-05 15:06:49 +00:00
parent 205c38ecb6
commit ecbb028b84

View file

@ -42,7 +42,7 @@ void writeCmnRules(UPKGOptions *o, FileStream *makefile)
infiles = o->files;
sprintf(tmp, "\"$(TARGETDIR)\\$(CMNTARGET)\" : $(DATAFILEPATHS)\n"
"\t%s\"$(ICUPKG)\" -t%c %s%s%s -s \"$(SRCDIR)\" -a $(LISTFILES) new \"$(TARGETDIR)\\$(CMNTARGET)\"\n",
"\t%s\"$(ICUPKG)\" -t%c %s%s%s -s \"$(SRCDIR)\" -a \"$(LISTFILES)\" new \"$(TARGETDIR)\\$(CMNTARGET)\"\n",
(o->verbose ? "" : "@"),
(U_IS_BIG_ENDIAN ? 'b' : 'l'),
(o->comment ? "-C \"" : ""),