summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index e30cf5b..0ff051c 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -105,7 +105,7 @@ $(OBJDIR)/rockbox.ucl: $(OBJDIR)/rockbox.bin
@a=`uclpack -h 2>/dev/null`; \
if test -n "$$a"; then \
echo "runs uclpack"; \
- uclpack --best --2e $< $< >/dev/null 2>&1; \
+ uclpack --best --2e $< $@ >/dev/null 2>&1; \
else \
echo "no uclpack command found, makes a fake UCL file"; \
echo "fake" > $@; \