summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 0ff051c30d..3fc4e95f72 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -104,7 +104,7 @@ $(OBJDIR)/$(OUTNAME) : $(OBJDIR)/rockbox.bin
104$(OBJDIR)/rockbox.ucl: $(OBJDIR)/rockbox.bin 104$(OBJDIR)/rockbox.ucl: $(OBJDIR)/rockbox.bin
105 @a=`uclpack -h 2>/dev/null`; \ 105 @a=`uclpack -h 2>/dev/null`; \
106 if test -n "$$a"; then \ 106 if test -n "$$a"; then \
107 echo "runs uclpack"; \ 107 echo uclpack --best --2e $< $@ ; \
108 uclpack --best --2e $< $@ >/dev/null 2>&1; \ 108 uclpack --best --2e $< $@ >/dev/null 2>&1; \
109 else \ 109 else \
110 echo "no uclpack command found, makes a fake UCL file"; \ 110 echo "no uclpack command found, makes a fake UCL file"; \