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 e30cf5bc5c..0ff051c30d 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -105,7 +105,7 @@ $(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 "runs uclpack"; \
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"; \
111 echo "fake" > $@; \ 111 echo "fake" > $@; \