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.tar.gz
rockbox-7a04a54c52215d2149168d5347c347ab41e91c47.zip
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 d2a40d38ad..6a4e497801 100644
--- a/apps/plugins/lua/Makefile
+++ b/apps/plugins/lua/Makefile
@@ -75,8 +75,6 @@ include $(TOOLSDIR)/make.inc
75$(LINKFILE): $(LDS) 75$(LINKFILE): $(LDS)
76 $(call PRINTS,build $(@F))cat $< | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) \ 76 $(call PRINTS,build $(@F))cat $< | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) \
77 $(DEFINES) -E -P - >$@ 77 $(DEFINES) -E -P - >$@
78 ./action_helper.pl > actions.lua
79 echo $(pwd)
80 78
81clean: 79clean:
82 $(call PRINTS,cleaning lua)rm -rf $(OBJDIR)/lua 80 $(call PRINTS,cleaning lua)rm -rf $(OBJDIR)/lua