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