From 522aa2e6c99f10e329992b296a2af6cbe6ef7f66 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Fri, 22 May 2009 10:27:01 +0000 Subject: 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 --- apps/plugins/lua/lua.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/plugins/lua/lua.make b/apps/plugins/lua/lua.make index 4a3690c8e1..45d6739f25 100644 --- a/apps/plugins/lua/lua.make +++ b/apps/plugins/lua/lua.make @@ -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) -- cgit v1.2.3