summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/lua.make
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-05-21 21:58:18 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-05-21 21:58:18 +0000
commitbcfba0805547f5aa7ea7a48f4740b909a2284193 (patch)
tree32fcb88eefa1d0f8795b451dd42d2d5a60e53380 /apps/plugins/lua/lua.make
parenta9b2d1b5fa516cc2ea46147fc51589b6e68a2e5d (diff)
downloadrockbox-bcfba0805547f5aa7ea7a48f4740b909a2284193.tar.gz
rockbox-bcfba0805547f5aa7ea7a48f4740b909a2284193.zip
Lua: add actions.lua to the zip file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21023 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lua/lua.make')
-rw-r--r--apps/plugins/lua/lua.make5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/plugins/lua/lua.make b/apps/plugins/lua/lua.make
index 6688f2d3d8..4a3690c8e1 100644
--- a/apps/plugins/lua/lua.make
+++ b/apps/plugins/lua/lua.make
@@ -30,7 +30,10 @@ else
30 ROCKS += $(LUA_BUILDDIR)/lua.rock 30 ROCKS += $(LUA_BUILDDIR)/lua.rock
31endif 31endif
32 32
33$(LUA_BUILDDIR)/lua.rock: $(LUA_OBJ) 33$(LUA_BUILDDIR)/lua.rock: $(LUA_OBJ) $(LUA_BUILDDIR)/actions.lua
34
35$(LUA_BUILDDIR)/actions.lua:
36 $(call PRINTS,GEN $(@F))$(LUA_SRCDIR)/action_helper.pl $(LUA_SRCDIR) > $@
34 37
35$(LUA_BUILDDIR)/lua.refmap: $(LUA_OBJ) 38$(LUA_BUILDDIR)/lua.refmap: $(LUA_OBJ)
36 39