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:
@@ -1869,7 +1869,7 @@ actions Link bind NEEDLIBS
|
|||||||
|
|
||||||
actions MkDir1
|
actions MkDir1
|
||||||
{
|
{
|
||||||
$(MKDIR) $(<)
|
$(MKDIR) "$(<)"
|
||||||
}
|
}
|
||||||
|
|
||||||
actions together Ranlib
|
actions together Ranlib
|
||||||
|
|||||||
@@ -1075,7 +1075,7 @@ const char *jambase[] = {
|
|||||||
"}\n",
|
"}\n",
|
||||||
"actions MkDir1\n",
|
"actions MkDir1\n",
|
||||||
"{\n",
|
"{\n",
|
||||||
"$(MKDIR) $(<)\n",
|
"$(MKDIR) \"$(<)\"\n",
|
||||||
"}\n",
|
"}\n",
|
||||||
"actions together Ranlib\n",
|
"actions together Ranlib\n",
|
||||||
"{\n",
|
"{\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user