summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-09-06 09:16:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-09-06 09:16:06 +0000
commitf1847ee78368bc4547555699f8a91925f06377fa (patch)
treefa014cdd1384a7225adacd9cc1ac1e4fcea24190 /apps/Makefile
parent5a8b99fd6b21be17928c7be23bbc86b2d83c1967 (diff)
downloadrockbox-f1847ee78368bc4547555699f8a91925f06377fa.zip
rockbox-f1847ee78368bc4547555699f8a91925f06377fa.tar.gz
rockbox-f1847ee78368bc4547555699f8a91925f06377fa.tar.bz2
rockbox-f1847ee78368bc4547555699f8a91925f06377fa.tar.xz
check the size of the .bin file, not the .ucl file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5047 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 06260a0..68ecf22 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -167,7 +167,7 @@ $(OBJDIR)/rombox.ucl: $(OBJDIR)/rombox.bin $(MAXOUTFILE)
echo "UCLPACK rombox" ; \
uclpack --none $< $@ >/dev/null 2>&1; \
if test -s $@; then \
- perl $(TOOLSDIR)/romsizetest.pl `cat $(MAXOUTFILE)` $@; \
+ perl $(TOOLSDIR)/romsizetest.pl `cat $(MAXOUTFILE)` $<; \
if test $$? -ne 0; then \
echo "removing UCL file again, making it a fake one"; \
echo "fake" > $@; \