summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-05-21 19:22:29 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-05-21 19:22:29 +0000
commit7a04a54c52215d2149168d5347c347ab41e91c47 (patch)
tree64362259f71cbb44e42f992bf7ac4139ce9cd77c
parentcf87597226f5d6b269f1f2c4d6f402aa1eccb852 (diff)
downloadrockbox-7a04a54c52215d2149168d5347c347ab41e91c47.zip
rockbox-7a04a54c52215d2149168d5347c347ab41e91c47.tar.gz
rockbox-7a04a54c52215d2149168d5347c347ab41e91c47.tar.bz2
rockbox-7a04a54c52215d2149168d5347c347ab41e91c47.tar.xz
Forgot to remove this testing code..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21021 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/lua/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/lua/Makefile b/apps/plugins/lua/Makefile
index d2a40d3..6a4e497 100644
--- a/apps/plugins/lua/Makefile
+++ b/apps/plugins/lua/Makefile
@@ -75,8 +75,6 @@ include $(TOOLSDIR)/make.inc
$(LINKFILE): $(LDS)
$(call PRINTS,build $(@F))cat $< | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) \
$(DEFINES) -E -P - >$@
- ./action_helper.pl > actions.lua
- echo $(pwd)
clean:
$(call PRINTS,cleaning lua)rm -rf $(OBJDIR)/lua