Added quotes for MkDir1, allows spaces in directory names

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12452 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2005-04-20 17:55:21 +00:00
parent 3934e7037e
commit cdd6a06ac5
2 changed files with 2 additions and 2 deletions

View File

@ -1869,7 +1869,7 @@ actions Link bind NEEDLIBS
actions MkDir1
{
$(MKDIR) $(<)
$(MKDIR) "$(<)"
}
actions together Ranlib

View File

@ -1075,7 +1075,7 @@ const char *jambase[] = {
"}\n",
"actions MkDir1\n",
"{\n",
"$(MKDIR) $(<)\n",
"$(MKDIR) \"$(<)\"\n",
"}\n",
"actions together Ranlib\n",
"{\n",