summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2003-09-29 21:14:43 +0000
committerBjörn Stenberg <bjorn@haxx.se>2003-09-29 21:14:43 +0000
commitd527849e668e9657bfad191edca04fb85d193ac9 (patch)
tree5d50b8f40ee1ae9d37701148cc6d923991907a9e
parentfa7653cde003cf503282200fd90489f04938d595 (diff)
downloadrockbox-d527849e668e9657bfad191edca04fb85d193ac9.tar.gz
rockbox-d527849e668e9657bfad191edca04fb85d193ac9.zip
Proper echo of uclpack command line
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3963 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/Makefile2
1 files changed, 1 insertions, 1 deletions
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
104$(OBJDIR)/rockbox.ucl: $(OBJDIR)/rockbox.bin 104$(OBJDIR)/rockbox.ucl: $(OBJDIR)/rockbox.bin
105 @a=`uclpack -h 2>/dev/null`; \ 105 @a=`uclpack -h 2>/dev/null`; \
106 if test -n "$$a"; then \ 106 if test -n "$$a"; then \
107 echo "runs uclpack"; \ 107 echo uclpack --best --2e $< $@ ; \
108 uclpack --best --2e $< $@ >/dev/null 2>&1; \ 108 uclpack --best --2e $< $@ >/dev/null 2>&1; \
109 else \ 109 else \
110 echo "no uclpack command found, makes a fake UCL file"; \ 110 echo "no uclpack command found, makes a fake UCL file"; \