forked from len0rd/rockbox
Fix the 'cannot create /.../apps/plugins/lua/actions.lua: Directory nonexistent' error
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21027 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0b57fe78f6
commit
522aa2e6c9
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ endif
|
|||
|
||||
$(LUA_BUILDDIR)/lua.rock: $(LUA_OBJ) $(LUA_BUILDDIR)/actions.lua
|
||||
|
||||
$(LUA_BUILDDIR)/actions.lua:
|
||||
$(LUA_BUILDDIR)/actions.lua: $(LUA_OBJ)
|
||||
$(call PRINTS,GEN $(@F))$(LUA_SRCDIR)/action_helper.pl $(LUA_SRCDIR) > $@
|
||||
|
||||
$(LUA_BUILDDIR)/lua.refmap: $(LUA_OBJ)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue