diff options
| author | Hardeep Sidhu <dyp@pobox.com> | 2003-08-01 02:06:24 +0000 |
|---|---|---|
| committer | Hardeep Sidhu <dyp@pobox.com> | 2003-08-01 02:06:24 +0000 |
| commit | 940cdce3f58c8782c2ffeef15bd7b9ce9b67acde (patch) | |
| tree | d7f035e20ababda134af94ba0f7a8606c79c94b3 /apps/Makefile | |
| parent | 2450e7afafd1100f8a34ebabeba267072125adfb (diff) | |
| download | rockbox-940cdce3f58c8782c2ffeef15bd7b9ce9b67acde.zip rockbox-940cdce3f58c8782c2ffeef15bd7b9ce9b67acde.tar.gz rockbox-940cdce3f58c8782c2ffeef15bd7b9ce9b67acde.tar.bz2 rockbox-940cdce3f58c8782c2ffeef15bd7b9ce9b67acde.tar.xz | |
Missed one
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3909 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/Makefile')
| -rw-r--r-- | apps/Makefile | 2 |
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" > $@; \ |