diff options
Diffstat (limited to 'apps/plugins/lua/lua.make')
| -rw-r--r-- | apps/plugins/lua/lua.make | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/plugins/lua/lua.make b/apps/plugins/lua/lua.make index 6688f2d..4a3690c 100644 --- a/apps/plugins/lua/lua.make +++ b/apps/plugins/lua/lua.make @@ -30,7 +30,10 @@ else ROCKS += $(LUA_BUILDDIR)/lua.rock endif -$(LUA_BUILDDIR)/lua.rock: $(LUA_OBJ) +$(LUA_BUILDDIR)/lua.rock: $(LUA_OBJ) $(LUA_BUILDDIR)/actions.lua + +$(LUA_BUILDDIR)/actions.lua: + $(call PRINTS,GEN $(@F))$(LUA_SRCDIR)/action_helper.pl $(LUA_SRCDIR) > $@ $(LUA_BUILDDIR)/lua.refmap: $(LUA_OBJ) |