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