From 940cdce3f58c8782c2ffeef15bd7b9ce9b67acde Mon Sep 17 00:00:00 2001 From: Hardeep Sidhu Date: Fri, 1 Aug 2003 02:06:24 +0000 Subject: Missed one git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3909 a1c6a512-1295-4272-9138-f99709370657 --- apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') 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 @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" > $@; \ -- cgit v1.2.3