From d527849e668e9657bfad191edca04fb85d193ac9 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 29 Sep 2003 21:14:43 +0000 Subject: Proper echo of uclpack command line git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3963 a1c6a512-1295-4272-9138-f99709370657 --- apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Makefile b/apps/Makefile index 0ff051c30d..3fc4e95f72 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -104,7 +104,7 @@ $(OBJDIR)/$(OUTNAME) : $(OBJDIR)/rockbox.bin $(OBJDIR)/rockbox.ucl: $(OBJDIR)/rockbox.bin @a=`uclpack -h 2>/dev/null`; \ if test -n "$$a"; then \ - echo "runs uclpack"; \ + echo uclpack --best --2e $< $@ ; \ uclpack --best --2e $< $@ >/dev/null 2>&1; \ else \ echo "no uclpack command found, makes a fake UCL file"; \ -- cgit v1.2.3