commit 9e8a4447e31e4af8b1fc3132f832d97f59e75bd2
Author: Agustí Moll i Garcia <agusti@biruji.org>
Date:   Fri Oct 14 12:02:17 2011 +0200

    Change NAME variable for T in post_build because  have a whitespace in the end.

diff --git a/Makefile b/Makefile
index 5490e54..f0e3f49 100644
--- a/Makefile
+++ b/Makefile
@@ -75,8 +75,8 @@ endef
 
 define post_build
 	[ ! -d $(IMAGES) ] && mkdir $(IMAGES) || true
-	cp -f $(BUILD_DIR)/$(T)/$(IMAGE) $(IMAGES)/$(NAME)-factory-$(TIMESTAMP).bin
-	cp -f $(BUILD_DIR)/$(T)/$(SYSUPGRADE) $(IMAGES)/$(NAME)-upgrade-$(TIMESTAMP).bin
+	cp -f $(BUILD_DIR)/$(T)/$(IMAGE) $(IMAGES)/$(T)-factory-$(TIMESTAMP).bin
+	cp -f $(BUILD_DIR)/$(T)/$(SYSUPGRADE) $(IMAGES)/$(T)-upgrade-$(TIMESTAMP).bin
 	@echo 
 	@echo "qMp firmware compiled, you can find output files in $(IMAGES) directory"
 endef
