Small change for correctness and to avoid name clashes.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8656 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -28,7 +28,7 @@ local keymapFiles = [ GLOB $(SUBDIR) : *.keymap ] ;
|
|||||||
|
|
||||||
# generate the binary file for the keymap files
|
# generate the binary file for the keymap files
|
||||||
local keymapFile ;
|
local keymapFile ;
|
||||||
for keymapFile in [ FGristFiles $(keymapFiles) ] {
|
for keymapFile in [ FGristFiles $(keymapFiles:D=) ] {
|
||||||
local binary = $(keymapFile:B) ;
|
local binary = <keymap>$(keymapFile:B) ;
|
||||||
MkKeymapComp $(binary) : $(keymapFile) ;
|
MkKeymapComp $(binary) : $(keymapFile) ;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user