From 7a04a54c52215d2149168d5347c347ab41e91c47 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Thu, 21 May 2009 19:22:29 +0000 Subject: Forgot to remove this testing code.. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21021 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lua/Makefile | 2 -- 1 file changed, 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 $(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 -- cgit v1.2.3